diff options
author | drebs <drebs@linux.ime.usp.br> | 2010-02-13 10:45:32 -0200 |
---|---|---|
committer | drebs <drebs@linux.ime.usp.br> | 2010-02-13 10:45:32 -0200 |
commit | 76d2b8802fc5c26cd4fce2b8ad1e657010f16ef3 (patch) | |
tree | 51312a0cfb014524e1c473bcd041595ec2890bf7 /manifests/init.pp | |
parent | 650bdd6770281b2067e531bd09e75a0f99126591 (diff) | |
download | puppet-nodo-76d2b8802fc5c26cd4fce2b8ad1e657010f16ef3.tar.gz puppet-nodo-76d2b8802fc5c26cd4fce2b8ad1e657010f16ef3.tar.bz2 |
Changing PS1 info from /etc/bash.bashrc to /etc/profile
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index e55f506..5416854 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -82,8 +82,8 @@ class nodo { ensure => present, } - file { "/etc/bash.bashrc": - source => "puppet://$server/modules/nodo/etc/bash.bashrc", + file { "/etc/profile": + source => "puppet://$server/modules/nodo/etc/profile", owner => "root", group => "root", mode => 0644, |