From 95322378019d3a4f26ed4396f33f1a83185f64ed Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 15 Feb 2010 12:21:59 -0200 Subject: Adding default /etc/bash.bashrc as transition phase --- manifests/init.pp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 5416854..7c58cf0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -89,6 +89,19 @@ class nodo { mode => 0644, ensure => present, } + + # Previously we used /etc/bash.bashrc but now we're planning + # not to manage it. As a transition procedure we'll sync all + # nodes with the default file. + # + # TODO: remove when after all nodes have synced. + file { "/etc/bash.bashrc": + source => "puppet://$server/modules/nodo/etc/bash.bashrc", + owner => "root", + group => "root", + mode => 0644, + ensure => present, + } } class nodo::server inherits nodo { -- cgit v1.2.3