From 8a1b4973e66ec1ecb8b6bb6b9870b341b7b9127d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 5 Mar 2016 15:51:40 -0300 Subject: Do not manage /etc/bash.bashrc --- manifests/init.pp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index ed293d3..56da9ea 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -8,12 +8,12 @@ class shellprompt { } # 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'], - } + #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'], + #} } -- cgit v1.2.3