aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-26 16:09:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-26 16:09:55 -0300
commit4ab69f28fb6cb115d092b0109f9fcd1f0a05d5e8 (patch)
tree0d9b51c9ccb1125eda0c63542cd08707848d36ef /manifests/init.pp
parentab40c427c08395d9380652405fd41e3dfab2d188 (diff)
parent06b3b37cea0f2b5edb74bb398b9e9630cbc4e2e4 (diff)
downloadshellprompt-4ab69f28fb6cb115d092b0109f9fcd1f0a05d5e8.tar.gz
shellprompt-4ab69f28fb6cb115d092b0109f9fcd1f0a05d5e8.tar.bz2
Merge branch 'master' of git.fluxo.info:shellprompt
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'],
- }
}