summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index bb13860..21c2390 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -23,7 +23,7 @@ class nginx::base {
content => template("nginx/nginx.conf.erb"),
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
notify => Service["nginx"],
}