aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authordrebs <drebs@linux.ime.usp.br>2010-02-13 10:45:32 -0200
committerdrebs <drebs@linux.ime.usp.br>2010-02-13 10:45:32 -0200
commit76d2b8802fc5c26cd4fce2b8ad1e657010f16ef3 (patch)
tree51312a0cfb014524e1c473bcd041595ec2890bf7 /manifests/init.pp
parent650bdd6770281b2067e531bd09e75a0f99126591 (diff)
downloadpuppet-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.pp4
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,