summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
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, }
}