diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 16:25:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 16:25:21 -0300 |
commit | 6cee323418bce8774ba5b1256ca52e3e483b1ad4 (patch) | |
tree | 27f032731b19ce9a2b1cb573846258a59259b37d | |
parent | 8b9c38da3beebf748c6e73f699da41dec82c5225 (diff) | |
download | shellprompt-6cee323418bce8774ba5b1256ca52e3e483b1ad4.tar.gz shellprompt-6cee323418bce8774ba5b1256ca52e3e483b1ad4.tar.bz2 |
Oops
-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 23f53f4..e6f0407 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,6 +14,6 @@ class shellprompt { group => "root", mode => 0644, ensure => present, - require => File['/etc/profile.d/prompt'], + require => File['/etc/profile.d/prompt.sh'], } } |