Puppet is a cross-platform configuration management tool

learn more… | top users | synonyms

0
votes
2answers
45 views

puppet master monitoring

I have installed puppetmaster in ubuntu 10 and i have installed puppet in all my clients. I have joined all my puppet clients with puppet master. Tell me how to list all the running services of my ...
2
votes
0answers
176 views

Why do signed deb packages say they're not authenticated when copied to my private deb repo?

Quick Version I have set up a private deb repository and copied some signed deb packages into it. I have installed the signing key locally. However when I try to install from the repo I get this ...
0
votes
0answers
28 views

Pending taks in puppet dashboard?

my puppet master dashboard console shows x PENDING TASKS and it kepts on increasing. how to rectify it? whenevr I change any conf file, it does not get reflected in the dashboard. even if the node ...
0
votes
0answers
156 views

pushing updates to the puppet clients automatically(ubuntu puppet)

I have a puppet manifest that copies a .deb file from the puppet master(server) to the puppet client and installs it on the client. I am using the pull model sudo puppetd --server ...