diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:07:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:07:23 -0300 |
commit | 7f2fe4d1a71cfffb8223db963d2f8ccc320767fd (patch) | |
tree | a6a3c09b4efffaf853e729eb4e937449c4ef1f0d /manifests | |
parent | 125c13eb7c962dbd8670967c2b352fcccb8b8675 (diff) | |
download | shellprompt-7f2fe4d1a71cfffb8223db963d2f8ccc320767fd.tar.gz shellprompt-7f2fe4d1a71cfffb8223db963d2f8ccc320767fd.tar.bz2 |
Diffstat (limited to 'manifests')
-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 db83603..f068987 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,7 +3,7 @@ class shellprompt { source => "puppet:///modules/shellprompt/prompt", owner => "root", group => "root", - mode => 0644, + mode => '0644', ensure => present, } } |