From: drebs Date: Thu, 11 Feb 2010 22:08:36 +0000 (-0200) Subject: Adding bash.bashrc to nodes. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=650bdd6770281b2067e531bd09e75a0f99126591;p=puppet-nodo.git Adding bash.bashrc to nodes. --- 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 {