]> gitweb.fluxo.info Git - shellprompt.git/commitdiff
Do not manage /etc/bash.bashrc
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 5 Mar 2016 18:51:40 +0000 (15:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 5 Mar 2016 18:51:40 +0000 (15:51 -0300)
manifests/init.pp

index ed293d3c5d01f5f79c88c5fba560f059eb667d5b..56da9eaf4065c7f38c120fc8cb7f15d9f8a26653 100644 (file)
@@ -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'],
+  #}
 }