Jakov, yours suggestion works perfectly.
The only thing missing is that exec will write the only every time puppet
parser goes by.
So I will code a onlyif condition under that exec.
I will poste the final result here.
Thanks!
El martes, 11 de diciembre de 2012 10:18:45 UTC-6, MaTi
ttp://projects.puppetlabs.com/projects/1/wiki/simple_text_patterns
line { 'PS1 git variable':
file => '/home/developer/.bashrc',
line => "PS1='[\u@\h \W\$(__git_ps1 " \"" (%s)"\"")]\$ ' ",
ensure => presen
Hello I'm trying to push PS1 variable at .bashrc file
exec { 'GIT PS1 Variable':
cwd => '/home/developer/.bashrc',
command => '/bin/echo "PS1='[\u@\h \W\$(__git_ps1 " \"" (%s)"\"")]\$ '
" >> /home/developer/.bashrc',
user => developer,
group => developer,
}
But client si
Hi.
Scenario: Install puppet/puppet-dashboard successfully, puppet is run by
passenger. Changes are push from master to client perfectly.
Issue: Nodes are not reporting on dashboard. When: Never/actually.
apache2 vhost
1.name= puppetmasterd
Listen 8140
Servername xlupupet01
...