aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-05 16:20:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-05 16:20:27 -0300
commit8b9c38da3beebf748c6e73f699da41dec82c5225 (patch)
treee8237d7a94641ee505424a5ccccb828d0c0ceaa6 /manifests
parentf00bc60ed714f24bf0b905f099cde2c663b3985c (diff)
downloadshellprompt-8b9c38da3beebf748c6e73f699da41dec82c5225.tar.gz
shellprompt-8b9c38da3beebf748c6e73f699da41dec82c5225.tar.bz2
Apply pristine bash.bashrc
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp18
1 files changed, 9 insertions, 9 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 56da9ea..23f53f4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -7,13 +7,13 @@ class shellprompt {
ensure => present,
}
- # Ideally we should not manage this file, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675008
- #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'],
- #}
+ # 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'],
+ }
}