search for: puppetserv

Displaying 20 results from an estimated 33 matches for "puppetserv".

Did you mean: puppetsrv
2012 Aug 06
4
Could not evaluate: Could not retrieve information from environment production source(s) for one module, for other is ok
...require => Package["vim"], } } file { "/etc/vim/vimrc": owner => "root", group => "root", mode => 0644, source =>"puppet://$puppetserver/modules/vim/etc/vim/vimrc", require => Package["vim"], } } The source file is downloaded ok Aug 6 20:49:55 virtualito puppet-agent[26967]: (/Stage[main]/Vim/File[/etc/vim/vimrc]/ensure) defined content as ''{md5}b98e8ce84974ad114...
2013 Jan 25
1
About How puppetserver handle reuest from client
Hi, I am using puppet from last 2-3 months, I want to know about how puppet internally handles request from puppet client, sequentially or parallel execution as in Puppet Enterprise - Orchestration. Is There ant way of providing facility like orchestration-mcollective in puppet? Can we apply manifest on multiple machine at same instatnce in Open source puppet? -- You received this message
2007 Feb 15
4
Component/type defaults for 0.22.x
...=false, $groupname="default") { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup, recurse => $recurse, source => [ "puppet://$puppetserver/hosts/$source", "puppet://$puppetserver/groups/$groupname/ $operatingsystem/$hardwaremodel/$source", "puppet://$puppetserver/groups/$groupname/ $operatingsystem/any/$source", "puppet://$puppetserver/groups/$groupn...
2007 Aug 22
7
Frustrating warning/error from puppetd
...L servers, and I''m really liking what I see so far. However, I''m having a pile of trouble with a class definition for a yum controller: # $Id$ class yum-rhel5 { file { "/etc/yum.conf": mode => 644, source => "puppet://$puppetserver/files/apps/yum/yum-rhel5.conf", ensure => true, } yumrepo { fred: baseurl => "http://deploy/", enabled => 0, descr => "Fred Local Repository", enablegroups => 1,...
2011 Jan 18
3
Failed SSL with CNAME'd puppetserver
Hi, suppose puppet-old.domain is a CNAME pointing to puppet-new.domain, and puppet-new.domain is running Apache (for SSL) with mod_proxy_balancer to balance over some 10 puppetmaster processes. The configured SSLCertificateFile in Apache is that of puppet-new.domain How do I get a node to stop complaining when connecting to puppet-old.domain (ending up at puppet-new.domain through the CNAME)?
2013 Jan 20
3
(New To Puppet)Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sudo for pupclient on node pupclient
...The default value is ''$confdir/localconfig''.* * localconfig = $vardir/localconfig* * * Below is the configuration on the puppet master: * * *[root@puppet manifests]# pwd* */etc/puppet/manifests* * * *[root@puppet manifests]# cat site.pp* *import ''nodes.pp''* *$puppetserver = ''puppet''* * * *[root@puppet manifests]# cat nodes.pp* *node ''pupclient'' {* *include sudo* *package {''firefox'': ensure => present}* *}* *[root@puppet manifests]# pwd* */etc/puppet/modules/sudo/manifests* * * *[root@puppet manifests]# ls -...
2010 May 10
4
Begining with puppet.
Hi, I am trying to do my first puppet configuration, already installed the puppetserver and client, in this link show my configuration and my puppet structure: http://paste.pocoo.org/show/212227/ But when i run the client side daemon i get this message: info: /Class[main]/Node[basenode]/Class[inittab]/File[inittab]/source: No specified sources exist err: /Class[main]/Node[basenod...
2007 Nov 08
3
Downloading a file into a directory that does not exist
...o again, all: When downloading a file from the puppetmaster''s fileserver, like so: ==========SNIP========== define install_file ($mode = 0644, $owner = ''root'', $group = ''root'') { file { "${name}": source => [ "puppet://${puppetserver}/dist/files/${name}_${operatingsystem}", "puppet://${puppetserver}/dist/files/${name}" ], mode => $mode, owner => $owner, group => $group } } ==========SNIP========== If the file to be downloaded is, say, /etc/foo/bar/baz.txt, and the direct...
2013 Jun 20
6
File directive
...ensure => "present", owner => "root", group => "root", mode => 0755, source => "puppet://$puppetserver/modules/nginx/puppet-nginx-init.sh", # only if nginx is installed } Thank you! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to p...
2009 Sep 04
4
the same puppetmaster in different subnets/vlan
Hello, i have a couple of VLAN where each has its own subnet, now I would like to use one puppetserver for all these machines. the puppetserver has a DNS entry for each subnet and its own IP-Address VLAN 1: puppet-vm1.domain1 172.1.0.1/255.255.255.0 VLAN 2: puppet-vm1.domain2 172.1.1.1/255.255.255.0 ..... the hostname of the puppetserver is puppet-vm1.domain0, puppet created a certif...
2007 Jul 11
1
Template errors
Hi, I''m having a problem with templates and a remote node. I have a working puppetserver and and puppet client (on the same server) which successfully runs my manifest(s) and now I''m trying to add a new client on a separate server. It all seems to work except for when I try to use templates. For example : file { "/etc/apt/sources.list": cont...
2006 Sep 21
30
Using multiple values for source, for platform/arch/host configs
.... Basically, I setup my file-server to use: <snip> [private] path /var/lib/puppet/files/private/%H allow * [shared] path /var/lib/puppet/files/shared allow * [groups] path /var/lib/puppet/files/groups allow * </snip> And then in site.pp: <snip> $puppetserver = "puppet.my.domain" define testremotefile($owner = root, $group = root, $mode, $source, $backup = false, $recurse = false) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup...
2006 Aug 19
2
file type when you create directory inside throw
...eos.conf: Skipping because of failed dependencies my .pp file is: file { "/home/aqadmin": ensure => present, group => aqusers, owner => aqadmin, source => "puppet://$puppetserver/aqadmin", links => ignore, recurse => true } then: file { "/home/aqadmin/etc/proftpd.aqueos.conf": content => template(''/var/puppet/templates/proftpd.aqueos.conf''),...
2008 Oct 22
5
LDAP Problem
...251-122-148.ec2.internal,ou=Hosts,dc=xyz,dc=com description: webserving host objectClass: device objectClass: ipHost objectClass: puppetClient objectClass: top cn: ip-10-251-122-148.ec2.internal environment: production ipHostNumber: ip-10-251-122-148.ec2.internal puppetclass: webserver puppetclass: puppetserver puppetclass: mailserver parentnode: basenode # search result search: 2 result: 0 Success # numResponses: 9 # numEntries: 8 ############################################################################## Now when I start my puppetmaster and try to connect with some it''s giving the fol...
2007 Jan 25
3
overriding file in a class
...content => template("/var/puppet/templates/sysctl2.conf"), backup => false } } class debian inherits linux { } class linux { file { ''/etc/sysctl.conf'': source => "puppet://$puppetserver/system/sysctl.conf", ensure => file, mode => ''600'', owner => root } exec { ''sysctlp'': command => ''sysctl -p'...
2011 Apr 18
4
Certificate request does not match existing certificate
Hello there, I have a problem while I''m trying to puppetize a client, I get this error: err: Could not request certificate: Certificate retrieval failed: Certificate request does not match existing certificate; run ''puppetca --clean puppetclienttest.sl.ss''. I checked -Shutdown puppet on client/server side, delete ssl/ dir to regenerate certificate. -Be sure that the
2012 Jan 04
2
installing Nagios client with selinux enabled
...he wrong way, or perhaps it is an selinux problem rather than a Puppet problem. I have a problem copying a file and changing the seltype. I don''t think it is Nagios specific. Code is something like: file { ''/usr/sbin/nrpe'': source => "puppet://$puppetserver/modules/nagios/nagios/libexec/nrpe", owner => ''root'', group => ''root'', notify => Service[''nagios''], } exec { ''chcon'': command => "/usr/bin/chcon -R -t bin_t /usr/sbin/nrpe...
2011 Jun 21
2
Puppet agent problem on Ubuntu
...package { "sudo-ldap": ensure => present, require => Package["sudo"], } } file { "/etc/sudoers": owner => "root", group => "root", mode => 0440, source => "puppet://$puppetserver/modules/sudo/etc/sudoers", require => Package["sudo"], } } On the agent I run the following command; puppet agent --server=<myserver> --no-daemonize --verbose --onetime The agent see''s the change but I get an error; info: Caching catalog for <ag...
2007 Sep 24
3
conceptual problem deploying git repos to a puppetmaster
...#39;'puppet'', ''ssh'', ''apache'', ... ] # and so on listing out all my modules This works great, no problems, in my yaml I can define a list of modules that should be cloned on the puppet server in the appropriate directory. myproblem comes in that my puppetserver (at least 1 of them) will be the master for multiple environments. In keeping with the multienvironment wiki node, each of my modules is a git repo and has mutliple branches for each env (development, testing, etc) So on the puppetmaster I need to checkout the default module set, then all the m...
2012 Dec 12
6
issues with puppet 3.0.1 using ruby 1.9.3 and passenger (3.0.18)
I have installed puppet 3.0.1, passenger 3.0.18 and ruby 1.9.3 and have hit errors. The error I am hitting is this: Error message:cannot load such file -- puppet/util/command_lineException class:LoadError I get this when hitting the puppet server using https://puppetserver:8140 If I use ruby 1.8, everything works. This is a new deployment so I would like to use ruby 1.9.3 rather than the older version of ruby. It appears to me that this is a PATH issue. Does anyone know how to fix this? Cheers, Oli -- You received this message because you are subscribed...