diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index 6a294e2..e66e0b8 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -36,6 +36,14 @@ class colab ( proxy_hosts => $colab::hostnames, } + file { '/etc/nginx/conf.d/default.conf': + ensure => 'absent', + } + + file { '/etc/nginx/sites-enabled/default.conf': + ensure => 'absent', + } + $package_defaults = { before => Pip::Install['pyOpenSSL'], } -- libgit2 0.21.2