aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:07:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:07:23 -0300
commit7f2fe4d1a71cfffb8223db963d2f8ccc320767fd (patch)
treea6a3c09b4efffaf853e729eb4e937449c4ef1f0d
parent125c13eb7c962dbd8670967c2b352fcccb8b8675 (diff)
downloadshellprompt-master.tar.gz
shellprompt-master.tar.bz2
Changes for puppet 4 compatibilityHEADmaster
-rw-r--r--manifests/init.pp2
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,
}
}