search for: ardor

Displaying 12 results from an estimated 12 matches for "ardor".

Did you mean: arcor
2007 Feb 24
8
Solaris Patch Management
Has anyone used Puppet to manage Solaris Patches? If so could you pass on any tips. For those without Solaris experience, you can only describe the configuration of a Solaris system with the full combination of Installed Packages Installed Patches Applied Configuration
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
...or Environment and Sustainability European Commission, Joint Research Centre ======================================================= Linux user #454569 -- Ubuntu user #17469 ======================================================= "Learning is not attained by chance, it must be sought for with ardor and attended to with diligence." (Abigail Adams, 1744 - 1818) ======================================================= DISCLAIMER:\ "The views expressed are purely those of th...{{dropped:7}}
2010 Oct 18
0
new packages: hydroTSM 0.2-0 and hydroGOF 0.2-0
...or Environment and Sustainability European Commission, Joint Research Centre ======================================================= Linux user #454569 -- Ubuntu user #17469 ======================================================= "Learning is not attained by chance, it must be sought for with ardor and attended to with diligence." (Abigail Adams, 1744 - 1818) ======================================================= DISCLAIMER:\ "The views expressed are purely those of th...{{dropped:7}}
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 Aug 23
4
Questions about modules and namespaces
Hello >From my understanding, modules are not autosearched. So, if I have: include ssh ... then puppet will look for a module names ssh and class named ssh defined in /modules/ssh/init.pp Moreover, if I have: include ssh::global ... then Puppet will for class global defined in /modules/ssh/init.pp or /modules/ssh/global.ss. Is that correct? Or am I leaving out some imports
2007 May 18
4
Requiring Yum be installed before classes use it as a provider
I''m in the process of creating Puppet classes to install Munin via Yum on my RHEL4 hosts. Before Yum can be used as a provider, it obviously needs to be installed. I''ve tried requring the Yum package in the Munin classes but I still get an error about "Provider ''yum'' is not functional on this platform". Is there an easy way to require the yum class
2007 May 02
1
UPDATE automated installation of puppet into solaris 10 zones
...o the zone and install the package manually, probably using a ''refreshonly'' so it only gets done when the zone is first created. As long as the package install starts the service, you should be golden. -- Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. -- Abigail Adams --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com <http://reductivelabs.com> | http://madstop.com <http://madstop.com> You''re right, if the package conte...
2007 Oct 10
5
Puppet ldapnodes issue
I am attempting to move our test puppet installation from looking for node information in a manifest to LDAP. I followed the instructions at: https://reductivelabs.com/trac/puppet/wiki/LdapNodes and was able to get the puppet schema loaded into our LDAP. I can now query LDAP and modify/load data without any issues using the OpenLDAP tools. e.g. ldapsearch -h ldapdev1.domain.com -x
2007 Dec 13
2
ANNOUNCE: 0.24.0 is out
...in, look for an announcement of changes to development practice today, also. 1 - http://reductivelabs.com/trac/puppet/browser/CHANGELOG 2 - http://reductivelabs.com/trac/puppet/query? milestone=misspiggy&order=priority -- Learning is not attained by chance, it must be sought for with ardor and attended to with diligence. -- Abigail Adams --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com
2008 Nov 14
11
External_nodes definition not working. Client states "could not find node"
Hello folks, Im trying to migrate from static nodes-definition to external nodes definition. My script looks like this stolen from http://reductivelabs.com/trac/puppet/wiki/ExternalNodes: {{{ #!/usr/bin/perl -w use warnings; use YAML qw( Dump ); use Switch; #initialize vars our @classes; our %parameters; Function to fill @classes and %parameters with correct values .... print Dump( {
2006 Nov 02
6
certificate not trusted
Hello, I try to install puppet on freebsd 6.X. All is well but i cannot get the certificte to install and be recognized. I run .19.3. I run the puppetd --test --waitforcert 60 then sign and then i got: err: No certificate; running with reduced functionality. info: Creating a new SSL key at /usr/local/.aqadmin/puppet/conf/ssl/private_keys/xxxxxxxxxxxxxx.pem info: Creating a new certificate
2007 Jan 17
32
Managing manifests
Hi, I was talking to Luke today about managing manifests and related files, and he suggested that I post to the list.. What would be nice (and what I''ve use in in-house systems I''ve used previously) is to have a way to dynamically include manifest fragments at runtime. Lets assume that you''re setting up bugzilla using puppet. In the ''main'' manifest