diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-20 11:16:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-20 11:16:49 -0300 |
commit | 52a658a8eb8a520af9d0327c982e0b43a164f96c (patch) | |
tree | a2d9173bbe6493f74b403f0ad05bd51b2270601f | |
parent | d3422f7535ddcecc2428e4c296522fe6cc657ac1 (diff) | |
download | puppet-nginx-52a658a8eb8a520af9d0327c982e0b43a164f96c.tar.gz puppet-nginx-52a658a8eb8a520af9d0327c982e0b43a164f96c.tar.bz2 |
Do not manage the domain website by default
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } } |