diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:11:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:11:48 -0300 |
commit | a1bde593bf95ea1048a35ad6c42cbad8c7a51971 (patch) | |
tree | 7450773a5da9da13e5173330144900f601928c17 /manifests | |
parent | 039c63890c58b1d7bd637202fa5f86ff52b49ec1 (diff) | |
download | puppet-common-a1bde593bf95ea1048a35ad6c42cbad8c7a51971.tar.gz puppet-common-a1bde593bf95ea1048a35ad6c42cbad8c7a51971.tar.bz2 |
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/module_file.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/module_file.pp b/manifests/module_file.pp index c1070bc..b4c391f 100644 --- a/manifests/module_file.pp +++ b/manifests/module_file.pp @@ -9,7 +9,7 @@ # Usage: # common::module_file { "module/file": # source => "puppet:///...", -# mode => 644, # default +# mode => '644', # default # owner => root, # default # group => 0, # default # } |