diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index e6f0407..db83603 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -6,14 +6,4 @@ class shellprompt { mode => 0644, ensure => present, } - - # TODO: remove this block in the future, as we're applying back jessie's version - file { "/etc/bash.bashrc": - source => "puppet:///modules/shellprompt/bash.bashrc", - owner => "root", - group => "root", - mode => 0644, - ensure => present, - require => File['/etc/profile.d/prompt.sh'], - } } |