diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:09:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:09:45 -0300 |
commit | a226c3a92c45e9c968ec3c1e28d0f408481a2e8c (patch) | |
tree | a67edee601b4dd5c2febc4a8c7f1d31d721e16e2 | |
parent | 366440c2b07c971f4aeaece36afb252796bbb4d0 (diff) | |
download | puppet-wordpress-a226c3a92c45e9c968ec3c1e28d0f408481a2e8c.tar.gz puppet-wordpress-a226c3a92c45e9c968ec3c1e28d0f408481a2e8c.tar.bz2 |
Changes for puppet 4 compatibility
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 93befc8..bb20e81 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -8,7 +8,7 @@ class wordpress { source => "puppet:///modules/wordpress/wordpress.sh", owner => root, group => root, - mode => 755, + mode => '755', } # Wordpress command line |