summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-17 15:19:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-17 15:19:39 -0300
commit683dbde79850db946078624cf8a07ec2c954701b (patch)
treeafbe4683e4140af3d75d8a0136494d79c95c2e7a /manifests/base.pp
parent711b34ab5e9844f556e50c1fa523dd16907c37fe (diff)
downloadpuppet-nginx-683dbde79850db946078624cf8a07ec2c954701b.tar.gz
puppet-nginx-683dbde79850db946078624cf8a07ec2c954701b.tar.bz2
Managing the default config
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 7febb79..bb13860 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -18,6 +18,7 @@ class nginx::base {
}
# Main configuration
+ # TODO: we're managing the default config. Remove this block after a while.
file { "/etc/nginx/nginx.conf":
content => template("nginx/nginx.conf.erb"),
owner => "root",