diff options
-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'], } } |