From 683dbde79850db946078624cf8a07ec2c954701b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 17 Jun 2016 15:19:39 -0300 Subject: Managing the default config --- manifests/base.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/base.pp') 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", -- cgit v1.2.3