]> gitweb.fluxo.info Git - puppet-pmwiki.git/commitdiff
Changes for puppet 4 compatibility master
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:07:03 +0000 (19:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:07:03 +0000 (19:07 -0300)
manifests/init.pp

index f3b35c9de6a2547f5c530a52f1fefc5860de0846..7afcbe70f8f235347746c0835902c513ebcb84aa 100644 (file)
@@ -8,7 +8,7 @@ class pmwiki(
     content => template('pmwiki/pmwiki.sh.erb'),
     owner   => root,
     group   => root,
-    mode    => 755,
+    mode    => '755',
   }
 
 }