From 650bdd6770281b2067e531bd09e75a0f99126591 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 11 Feb 2010 20:08:36 -0200 Subject: Adding bash.bashrc to nodes. --- manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index a747f0e..e55f506 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -81,6 +81,14 @@ class nodo { mode => 0644, ensure => present, } + + 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