Displaying 3 results from an estimated 3 matches for "maraglia".
Did you mean:
marsaglia
2011 Apr 14
10
allow_duplicate_certs = true not working?
I saw this feature became available in 2.7.0rc1 and wanted to try it
out. I entered ''allow_duplicate_certs = true'' on both my master and
agent systems in the puppet.conf (not sure if its need in both, saw it
in genconf for puppetd and puppetmasterd though ...). I also have
autosign.conf configured to allow autosigning for our domain
(*.domain.com). I had my agent register with
2011 Apr 13
17
Deploy puppet via NFS?
In our environ, there are several services that are deployed via an
NFS mount, so that the executables and configs are consistent across
the board.
Is there any reason why this couldn''t be done with Puppet? For
example, each individual system would contain its own /etc/puppet and
rc.d and pid files -- but the primary deployment would come from
NFS.
For that matter, as Enterprise
2012 Jun 20
0
Announce: Puppet 2.7.17 Available
...network-interface
takes and interface argument, network-interface-security takes a
job argument.
This commit adds that special case, and also updates the search
method with a
corresponding special case so the jobs can be recognized as upstart jobs.
## Puppet 2.7.17 Changelog ##
Dominic Maraglia (1):
b0ee6ad (maint) Add --test to puppet run
Matthaus Litteken (9):
17cc177 (#15027, #15028, #15029) Fix upstart version parsing
ed00e74 Add exclude list to upstart provider
2c85d4d Handle network-interface-security in upstart
a2c1e23 Add basic service resource test...