search for: munsche

Displaying 10 results from an estimated 10 matches for "munsche".

Did you mean: munich
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
Hello all, I''ve tried to run ''puppetrun'', but there seems something unconfigured regarding the certificates. The reverse way (puppetd pulls the config from puppetmasterd) works fine. The namespaceauth.conf on the client (where puppetd runs) is configured as follows: [puppetrunner] allow *.abc.net (also tried the calling host: puppet1.abc.net) But when I call
2007 May 03
3
Re: UPDATE automated installation of puppet into s olaris 10 zones
>> You''re right, if the package content from the global zone is >> reflected in all zones, the necessary files are already there. >> >> Typically I try to keep additional installed packages as >> independent as possible. So all additional software packages have >> the following parameters set in the pkginfo file: >> >>
2007 May 08
3
Solaris streams package installation
Is it possible to install a solaris streams package with puppet? As some of my machines are not allowed to be a nfs client, I transfer the bunch of packages to these clients with the file type and puppet:// ... If the packages are in filesystem format there can be hundreds of files within large packages. It takes a huge amount of time to transfer all of them. So I''ve changed them into
2007 May 08
2
solaris 10 type zone possible enhancement?
Two enhancements of the type "zone" would be great: - a zone transition from ''running'' to ''installed'' should do a complete shutdown of the zone before ''zoneadm -z <zonename> halt'' is called, respectively instead of it. zlogin <zonename> "init 0" does the job, but it comes back immediately without checking
2007 May 02
1
UPDATE automated installation of puppet into solaris 10 zones
On Apr 30, 2007, at 4:44 AM, Frank.Munsche@izb.de wrote: > I''ve built a puppet solaris - package which is distributed via > jumpstart at installation time of a solaris 10 machine. > It''s postinstallation registers the puppetd into smf and starts > puppetd afterwards. Puppetd connects to puppetmasterd, gets...
2007 Nov 10
1
creation of an external node source
Hello, it seems I''ve hit https://reductivelabs.com/trac/puppet/ticket/831 with puppet stable 0.23.2 . I''ve just created the simplest setup to get puppet running. puppetmasterd runs in the foreground. (-verbose) As the client connect to the server, the following err-msg is logged: puppetd --server myserver --waitforcert 60 --test --verbose err: Could not retrieve
2007 Jun 02
1
tidy dir recursive, but preserve itself
Hi all, I''d like to clean up a temp. directory (files and subdirs within), but even the directory should be preserved, e.g.: tidy { "/var/trash": age => ''1m'', recurse => true, type => atime, rmdirs => true } This does not only remove the content of /var/trash with an atime greater 1m, but also /var/trash . How
2007 Apr 30
1
any ideas? automated installation of puppet into solaris 10 zone
> I''ve built a puppet solaris - package which is distributed via jumpstart > at installation time of a solaris 10 machine. > It''s postinstallation registers the puppetd into smf and starts puppetd > afterwards. Puppetd connects to puppetmasterd, gets ist certificate signed > (autosig on) and the configuration stuff. > Now the interesting part: a new solaris zone
2007 May 07
2
Host information gathering
I''d like to keep the desired and current states of a machine regarding it''s configuration. Sometimes a chain of administrative commands is needed to get a special thing (re)configured on a machine, e.g. reconfig of a suncluster. This cannot be done with puppet in an easy way. In the majority of cases, these commands change appropriate files, which reflect the current
2007 Apr 27
0
automated installation of puppet into solaris 10 zone after insta lling zone with puppet
I''ve built a puppet solaris - package which is distributed via jumpstart at installation time of a solaris 10 machine. It''s postinstallation registers the puppetd into smf and starts puppetd afterwards. Puppetd connects to puppetmasterd, gets ist certificate signed (autosig on) and the configuration stuff. Now the interesting part: a new solaris zone is installed via puppet.