aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp10
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'],
- }
}