Displaying 1 result from an estimated 1 matches for "servercharlie".
2010 Jun 20
8
bringing puppet into production
...ady to set it into production, I realize that it’s
still unclear to me exactly how that’s supposed to go.
For instance, during testing it has always been that I manually
started and stopped puppetd and puppetmasterd on their respective
machines with the following commands
node1 $ puppetd --server servercharlie.bestgroup --waitforcert 60 --
test
and on the master
master $ puppetmasterd --debug --no-daemonize
But now that it’s time for production, trying to start the puppetd
with my init script, yielded the following error:
chown: invalid user: ‘puppet:puppet’
which made me realize that I haven’t done...