[Puppet Users] Udefined method `get_uptime` for Facter::Util::Uptime:Module

2013-04-22 Thread Przemek
Hi, I'm rookie puppet user and I trying to establish simple Server-Client connection on configuration: Server: *Fedora F18*, Puppet 3.1.1 (installed by yum), Ruby 1.8.7 Client: *Debian 6.0.6*, Puppet 3.1.1 (installed by guide), Ruby 1.8.7

[Puppet Users] Re: Udefined method `get_uptime` for Facter::Util::Uptime:Module

2013-04-23 Thread Przemek
użytkownik Przemek napisał: > > Hi, > > I'm rookie puppet user and I trying to establish simple Server-Client > connection on configuration: > Server: *Fedora F18*, Puppet 3.1.1 (installed by yum), Ruby 1.8.7 > Client: *Debian 6.0.6*, Puppet 3.1.1 (installed by > guide<

[Puppet Users] Re: Need help! Puppet could not request certificate: No route to host -connect(2)

2013-04-24 Thread Przemek
You get also this error when puppet master server is disabled or unresponsive (there is no response to the client and you get error) Make sure that your puppet master server is running by command: ps -aux If process is running and you still get this error message, kill this process (kill 'PID')

[Puppet Users] Importing environmental variables from file via exec

2013-07-17 Thread Przemek
Hi Puppet Community, I prepare manifests and modules to deploy stuff that I need on agent. During building postgres database I have to export some environmental UNIX variables stored in "some_file.conf". Standard procedure to do this is simply run command: root@hostname:/path_to_config_file# .

[Puppet Users] Re: Importing environmental variables from file via exec

2013-07-18 Thread Przemek
Przemek napisał: > > Hi Puppet Community, > > I prepare manifests and modules to deploy stuff that I need on agent. > During building postgres database I have to export some environmental UNIX > variables stored in "some_file.conf". > Standard procedure to do this