]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Do not manage the domain website by default
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Jun 2016 14:16:49 +0000 (11:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Jun 2016 14:16:49 +0000 (11:16 -0300)
manifests/init.pp

index d1966d8c8184e03681adb816c3c61c6aebd6a091..23f42141f75e6456310b18d77b66919ae419b9f5 100644 (file)
@@ -29,5 +29,5 @@ class nginx inherits nginx::base {
   }
 
   # Domain site
-  nginx::site { "$domain": ensure => present, }
+  #nginx::site { "$domain": ensure => present, }
 }