From: Silvio Rhatto Date: Mon, 20 Jun 2016 14:16:49 +0000 (-0300) Subject: Do not manage the domain website by default X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=52a658a8eb8a520af9d0327c982e0b43a164f96c;p=puppet-nginx.git Do not manage the domain website by default --- diff --git a/manifests/init.pp b/manifests/init.pp index d1966d8..23f4214 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,5 +29,5 @@ class nginx inherits nginx::base { } # Domain site - nginx::site { "$domain": ensure => present, } + #nginx::site { "$domain": ensure => present, } }