search for: nonreciprocal

Displaying 11 results from an estimated 11 matches for "nonreciprocal".

2007 Jun 12
6
facts from ldap
Does any one have a recipe for getting facter facts from ldap?
2007 Nov 20
1
Options for dpkg when using package type
Hi, I''m trying to use "package" with "provider" "dpkg" to install packages in Ubuntu that is not in a repository (or packages that I don''t want to take from a repository). Typical examples of this are "AdobeReader" (acroread) and "Opera". The problem with these packages is that they don''t seem to have a 64 bit version
2006 Sep 28
3
cron environement settings
It seems to me that when you setup an environement for a cron it just recreate the crontab at each run even if the cron has not changed. Seems it does not recognize actual environement settings. I put 2 environement and i got: info: Writing cron tab for aqadmin /linux/cron=puppetdcron/environment: environment changed '''' to
2007 Jan 01
5
File configuration difficulty
Hi, I''ve been using puppet to manage a small Linux network fairly successfully for a while now - thanks. I''ve hit a spot of bother in managing some files, though. There are a number of folders in /usr/local that I want to manage efficiently using puppet - for example /usr/local/share/templates. I want to copy the contents of a number of source folders on the puppet fileserver
2007 Jan 23
6
Puppet File checksums directories
I''m not sure if this is the way things are supposed to happen but, when I specify a directory with recursion and md5 checksums, the directory itself is checksummed and assumed to have changed. Of course, if anything in the directory changed, the directory checksum will change. What I would like to do is to manipulate all of the files in a directory, but ignore the directory itself.
2007 Dec 08
6
Creating certificates with puppetca with puppet.example.com as CommonName
Greetings! As you undoubtedly know, the fixes for CVE 2007-5162 in ruby break installations where puppetca has created certificates with a CommonName different from the server's real hostname. The Puppet clients quite correctly complains about hostname mismatch. A number of better and worse solutions have been suggested for this problem, especially in ticket #896. IMHO, there are two good
2007 May 02
4
Ordering problem...
Hi all, I''d got the impression that puppet didn''t care about ordering - ie. the ordering of imports and includes related to calling them in the manifest. Lately I''ve had big trouble getting puppet to accept that I require some resource that I _have_ defined elsewhere in the manifest. To explain it, here is a simplified example: site.pp: -------- import
2006 Dec 21
7
Overriding types?
"Service and class definitions are scoped just as variable assignments are." But what about types? Here''s an example: class solserver inherits server { remotefile { "/etc/shadow": mode => 400, group => staff, source => "solall/etc/shadow.server" } Is it possible to just override the "/etc/shadow" definition for
2007 Oct 12
7
Puppet is reporting missing libraries
Ok, I installed Ruby/LDAP to try and get Puppet''s ldapnodes support working and despite doing this I am still getting errors from puppetmasterd "notice: Could not set up LDAP Connection: Missing ruby/ldap libraries" followed by "info: Skipping ldap source; no ldap connection". I traced down this particular message to: lib/puppet/parser/interpreter.rb and it appears
2007 Oct 22
1
unsubscribe
...et wiki accordingly. Run this: ruby -lldap -e ''puts :yep'' If that throws an error, then Ruby is not finding your library, and thus neither will Puppet. If that does not throw an error but Puppet still can''t find the library, then it looks like a bug in Puppet. -- Nonreciprocal Laws of Expectations: Negative expectations yield negative results. Positive expectations yield negative results. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com ------------------------------ Messa...
2007 Oct 29
12
Reports in Puppet
Hi, I wanted to configure reporting in puppet. I came across the below links which says what needs to be added in config file to enable reports. But I was wondering how I view the visual report/graphs do I need to create my own script. http://reductivelabs.com/trac/puppet/wiki/ReportReference#rrdgraph http://reductivelabs.com/trac/puppet/wiki/ReportsAndReporting -- Deepak