Displaying 4 results from an estimated 4 matches for "manifiests".
Did you mean:
manifests
2013 May 07
2
Modules doesn't work from puppet agent.
Hi all,
I think i''m forgetting something.
If i do: "puppet apply manifiests/site.pp" it works perfectly, loading
modules i have include in site.pp file.
site.pp:
cat manifiests/site.pp
node default {
include ntp, motd
}
But it does not work if i run puppet agent.
puppet agent --test --server=debianita.user.arinso --environment production
Info: Retrieving plugin...
2006 Sep 06
1
Fileserver Issue
Am having difficulty in getting the fileserver part of puppet 0.18.4 on
centos 4 working fully in respect to %h / %H.
In file server.conf I have the following defined
[private]
path /var/lib/puppet/files/%h
allow *
In ''/var/lib/puppet/files/davinci/'' the source file
up2date.sources.centos(davinci being hostname).
And in manifiest have
file {
2011 Jul 05
2
Problems Syncing Home Directories
Hello All,
I administrate public Internet computers for a number of libraries.
I have a user ''public'' and I am trying to keep all the home''s for this
user the same across multiple computers. When I try to do this with
puppet, I get errors for some directories. It only happens on hidden
directories, but I''m not sure if it is all of them, or just some of
them.
2010 Jul 30
3
Puppet dashboard and environments
Hi puppet users,
We''ve got a puppet (0.24.8) implementation with two environments, called
production and testing. We''ve also got a Puppet Dashboard (1.0) instance
up and running, which is receiving and displaying reports from hosts in
both of the environments.
We would like to start using the dashboard as an external node
classification tool, so I''ve taken the example