aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/viewvc/manifests/init.pp')
-rw-r--r--modules/viewvc/manifests/init.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/viewvc/manifests/init.pp b/modules/viewvc/manifests/init.pp
index cf5687d2..2545a8b1 100644
--- a/modules/viewvc/manifests/init.pp
+++ b/modules/viewvc/manifests/init.pp
@@ -33,7 +33,7 @@ class viewvc {
$robotsfile = '/var/www/viewvc/robots.txt'
file { $robotsfile:
ensure => present,
- mode => 0644,
+ mode => '0644',
owner => root,
group => root,
source => 'puppet:///modules/viewvc/robots.txt',
@@ -54,4 +54,3 @@ class viewvc {
aliases => $vhost_aliases,
}
}
-