From 06b3b37cea0f2b5edb74bb398b9e9630cbc4e2e4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 Jun 2016 15:05:26 -0300 Subject: Removes default bash.bashrc --- manifests/init.pp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'manifests') 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'], - } } -- cgit v1.2.3