[Puppet Users] Unable to locate package postgresql-client-unknown

2013-11-06 Thread Mark Ruys
Suddenly, puppet agent won't run anymore on the master. I get the following error: Info: Caching catalog for puppet.cluster.ns.nl Info: Applying configuration version '1383770776' Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install postgresql-client-unknown'

[Puppet Users] Re: Unable to locate package postgresql-client-unknown [SOLVED]

2013-11-06 Thread Mark Ruys
Okay, I found the cause. For security purposes, I editted /etc/issue. As a result, 'facter operatingsystemrelease' did not work correctly anymore. The Postgress module couldn't determine correctly the proper version anymore. Mark Op woensdag 6 november 2013 21:52:25 UTC+1 schreef Mark Ruys

[Puppet Users] Add a public ssh key form node A to authorized keys on node B

2013-08-05 Thread Mark Ruys
With the risc I ask a queston answered a hunderd times before (which I couldn't find)... On node A I want to create a ssh key. For this I exec a ssh-keygen. Now I want the generated public key added to the authorized key file of node B. Probably I need the ssh_authorized_key resource for this.