[Puppet Users] Re: exec GIT Variable PS1

2012-12-12 Thread MaTi Villagra
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

[Puppet Users] Re: exec GIT Variable PS1

2012-12-11 Thread MaTi Villagra
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

[Puppet Users] exec GIT Variable PS1

2012-12-11 Thread MaTi Villagra
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

Re: [Puppet Users] Puppet Dashboard not reporting hosts.....

2012-05-05 Thread MaTi Villagra
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 ...