Displaying 3 results from an estimated 3 matches for "iltisannihila".
2012 Feb 16
5
Puppet on Windows
Hi,
I want to run Puppet on a Windows 2003 Server. I already have a
working Puppetmaster (Scientific Linux).
I installed Puppet on Windows like shown here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
This worked very well.
But when I want to run puppet.
puppet agent --test --debug
I get the following output: (I already tried different ruby and puppet
versions without
2012 Mar 21
3
Puppet 2.7.12 on Windows
Hi,
I posted an other problem with puppet and windows weeks ago.
With the new Version 2.7.12 those problems were fixed.
But now I don''t get puppet to work.
I installed puppet as explained here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
It worked so far.
But when I start
puppet agent --test --waitforcert 10
I get the following error message:
2012 Mar 22
3
Puppet 2.7.12 Windows - Dependency Problem
Hi,
I finally got puppet to run.
My first test successfully created a file with content, I specified in
the init.pp for this client.
After that I wanted to install a msi package. (Firefox)
I placed it into the right place on the Puppetmaster and created
following init.pp
class windows() {
file { ''c:/PuppetOrdner/sshd_config'':
ensure => file,
owner =>