diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/init.pp | 8 | 
1 files changed, 8 insertions, 0 deletions
| 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 { | 
