Displaying 3 results from an estimated 3 matches for "puppetteers".
Did you mean:
puppeteers
2011 Feb 11
3
Active Directory join, stages, and AD accounts issues
I have a mostly working set of modules to replace our kickstart and
about a dozen scripts.
I am having issues with attempting to populate my AD account-owned
user folders in the initial puppet run. The machines i am testing
with are all CentOS 5.5 so far.
I have defined 3 additional stages,
Stage [init] -> Stage [pre] -> Stage [main] -> Stage [post]
to attempt to fix this to no avail.
2008 Apr 03
2
Selinux policy for puppet
Andreas-
On Thu, Apr 3, 2008 at 8:31 AM, Andreas Rogge <a.rogge@solvention.de> wrote:
> Do you have SELinux enabled? When starting puppet from init.d with SELinux enabled it runs in xinitrc_t while it should (at least imo) run in unconfined_t. Running in xinitrc_t lead to *really* strange things. Everything way fixed once I deployed a policy that made puppetd run in unconfined_t.
>
2013 Dec 02
1
Class parameter flexibility with ENC, hiera or both
Dear puppetteers,
I am having a philosophical question about parametrized classes.
When building modules, one wants to be as flexible as possible, to try
to target as many puppet flavors as possible. This is our target:
- Foreman users, using foreman as an ENC with smart variables (or
potentially any other ENC, bu...