Displaying 4 results from an estimated 4 matches for "manifiest".
Did you mean:
manifest
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 plugi...
2006 Sep 06
1
Fileserver Issue
...er 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 { "/etc/sysconfig/rhn/sources":
source =>
"puppet://localhost/private/up2date.sources.centos",
backup => main,
owner => root,
group => root,
mode => 640
}
B...
2011 Jul 05
2
Problems Syncing Home Directories
...drwxr-xr-x 2 root root 4.0K 2011-07-05 07:39 menus
-rw------- 1 root root 632 2011-07-05 07:39 user-dirs.dirs
-rw-r--r-- 1 root root 5 2011-07-05 07:39 user-dirs.locale
I''ve tried it with the dir owned as both root and public, same error both ways.
Here is the relevant part of my manifiest:
class user-public {
group { "public":
ensure => present,
}
user { "public":
ensure => present,
gid => ''public'',
shell => ''/bin/bash...
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