aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-16 15:05:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-16 15:05:26 -0300
commit06b3b37cea0f2b5edb74bb398b9e9630cbc4e2e4 (patch)
treef12cca372901eb70b044236d8b92a8967b8b337e /manifests
parent6cee323418bce8774ba5b1256ca52e3e483b1ad4 (diff)
downloadshellprompt-06b3b37cea0f2b5edb74bb398b9e9630cbc4e2e4.tar.gz
shellprompt-06b3b37cea0f2b5edb74bb398b9e9630cbc4e2e4.tar.bz2
Removes default bash.bashrc
Diffstat (limited to 'manifests')
-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'],
- }
}