search for: leonko

Displaying 5 results from an estimated 5 matches for "leonko".

Did you mean: leon
2010 Nov 17
5
centos add user failed
Hello, I have problem with creating user under centos: part of my class: user {jboss: ensure => present, home => "$jboss_home", shell => "/bin/bash", groups => jboss, } and in log I see: err change from absent to present failed: Could not create user jboss: Execution of ''/usr/sbin/useradd -d
2010 Oct 29
14
require service started at another node
Hello, Anybody now how make with puppet dependence on other service on another node? like : require => Service[dbnode:postgresql] I need ensure that the db is running on another node before start my appserver. Thank you. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2010 Nov 11
7
Problem with modules
Hello. I use puppet 2.6.3-rc2 Now I try move my classes to modules. But I got a problem that Puppet does not sees modules. in puppet.conf: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl libdir = /opt/puppet-dashboard/lib/puppet modulepath=$confdir/modules In nodes : node postgres { include basesystem include postgres } In
2010 Dec 08
1
Add file size/md5 validation
Hello, Anybody know how I can make checking file for verify for size/md5sum and if it not equal my value rewrite it from server. There may vriant than simple: file { /my/file: ensure => present, checksum => true,source => "puppet:///files/file"} ? Thanks -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to
2011 Nov 09
0
passenger starts old pupper
Hello, I use Centos 5x with rpmforge for install puppet. It''s update''s itself. Today system update puppet to 2.7.x version. Puppen agent updates ok. But passenger start old version(2.6.x). Then I start puppetmaster init script (it''s start WEBrick) started new version. Apache vhost: RackAutoDetect On DocumentRoot