search for: stickm

Displaying 20 results from an estimated 35 matches for "stickm".

Did you mean: stick
2007 Oct 18
3
verify before deploy
...well but I''m wondering if there is another way (cleaner perhaps) to use an external command to verfiy a file prior to deployment. Is there way to access a potential file before it''s deployed? Or get at the previous version if something doesn''t pass a sniff test. C -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Oct 12
10
external nodes
...an = '''' ) { file { $name: name => "/etc/sysconfig/network-scripts/ifcfg-${name}", mode => 0644, content => template("network/interface.erb"), #notify => Exec["manage-interface"], } } -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Jan 08
1
odd facter error with split
...e do a = Facter.domain.split(".") a.shift location = a.shift end end it''s not related to this fact though, b/c when I remove that fact I get an the same error on another fact that uses the split function. Thoughts? C -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 11
12
puppet seems to be restarting itself very often
...2007 //base/puppet/puppet::client/Service[puppet]/ensure (notice): ensure changed ''stopped'' to ''running'' It''s also quite odd that puppet when it runs it thinks it''s not running, seems to be an existential crisis. Anyone else seen this? C -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 13
10
multiple files with same attributes
I''m almost afraid to ask because this probably sticks out like a sore thumb on the wiki somewhere, and I''m just not seeing it. But I have a bunch of files with the same owner/mode. Is there a way to somehow collapse these, so that all I repeat is the file name? Example: file { "/opt/test/1": owner => "jtan", group =>
2007 Nov 21
9
purging exported resources
...file isn''t removed despite the directory being purged I added a tidy rule at one point and that seems to clean things up, but what happens is it does the purge, then recreates the file resource b/c it''s missing. Bug? Feature? Missing Feature? User Misunderstanding? C -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Sep 24
3
conceptual problem deploying git repos to a puppetmaster
...uld create a class that explicitly called git::repo each time for all the modules and their branches. I may have to go to that, but it seems like there''s a way to solve this problem without throwing another class at it and keeping all the specific data in the node. Thanks, Chris -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Jan 10
3
memory leak in puppetd?
I have a cluster of 20 or so machines. On many of the nodes, the puppetd process take up a ton of resident memory (> 400MB RES in top, > 500GB VIRT in top) after running for a while (> 1 week). The only thread I found on this was titled "memory leak?" and last updated on 06-Dec-2007. The question on that tread was whether or not the memory was buffered memory. I
2007 Dec 11
4
EL5.1 client problems
Hi all, I attempted to add an EL5.1 client to our puppet server (EL5), and after signing the client cert, got the error "Certificates were not trusted: hostname not match with the server certificate" I found the mailing list discussion and the relevant page: http://www.reductivelabs.com/trac/puppet/wiki/RubySSL-2007-006 As far as I can tell, my puppermaster''s cert CN matches
2007 Nov 17
7
oddness with fileserver, facts and plugins sync
...in /var/lib/puppet/plugins/{foo.rb, etc} plugindest of /var/lib/puppet/lib/ either with or without a mount in fileserver.conf I get no love from plugins. In fact the only way I''ve been able to get it to work is with the patches for plugins in modules. anyone have any ideas? C -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jul 24
3
How to require a defined type...
Hi all, I''m struggling with the following: I have a defined type wrapped in a class: class myclass { define mytype(bla) { file { "blabla": .... } exec { "blablabla": ... } } } And I access the defined type in my other class by doing this: class otherclass { include myclass myclass::mytype { "alb": ... } # and here I want to
2008 Jan 23
7
generate with spaces?
Hi, I''ve been using puppet for about a week and a half now, and it''s definitely making my life a lot easier. I''m using 0.24.1 and I''ve run into a small snag. I''m trying to write some code to make sure user home directories exist for users in LDAP. I''m trying to get their uid, gid and home directory from getent with something like: $uid =
2007 Dec 13
2
logoutput attribute on exec type
...warning, err, alert, emerg, crit. If this is a bug I''ll be happy to file it (assuming it''s still present in newly released 0.24.0). If it''s not then that means that the wiki is wrong, which I''ll also happily fix. Just not sure which way it should go. C -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 18
5
resource collection error
...FROM fact_values WHERE "id" = 8 currently this is 0.24.0 relect from some previously collected resource that wasn''t cleaned up? upgrade issue? nothing to worry about? that''s the only message I''m getting and storeconfigs seem to be working otherwise. -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Apr 08
3
Ruby RRDtool bindings and CentOS 5
For whatever reason, the RPMForge package ruby-rrdtool doesn''t play nice on my CentOS 5.1 box with puppetmaster. It installs site_ruby/1.8/i386-linux/RRD.so, which puppetmaster is unable to find (and the suggested test of ruby -rRRDtool -e ''puts :yep'' fails). Using ln to link RRD.so to RRDtool.so works for the command line test, but still fails for puppetmaster. This
2007 Dec 14
3
Puppet 0.23 client on Redhat 9
Hi, I wanted to know whats the ideal way to install puppet client ie the below packages on Red Hat Linux release 9 (Shrike) system -- 2.4.20-8smp I get the dependencies issue with the below(bcso they are for RHEL4 which is 2.6 kernel). What would be an ideal way, where can I get the tar source of the compatible version of puppet/facter/ruby for Redhat 9
2007 Dec 04
7
anyone using generate()?
...t that it preserves the newline at the end so it makes using $homedir useless. Other than throwing another sed at the end of that line anyone have any suggestions? Is this the normal behavior for generate? I haven''t been able to find many other recipes where people are using it. C -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 14
3
Nested conditions
Hello, I have a file which varies depending on which OS/version it''s running. I tried to make a nested source parameter like this, but it didn''t work: source => $operatingsystem ? { Debian => "puppet://myserver.com/files/os/debian/etc/ssh/sshd_config", Gentoo => "puppet://myserver.com/files/os/gentoo/etc/ssh/sshd_config", RedHat =>
2007 Nov 06
4
strange behavior from purge
...ue) however what happens is the file gets chmod''ed notice: //base/puppet::common/puppet::server/puppet::module_dir[main]/File[/etc/puppet/modules/main/foo]/mode: mode changed ''644'' to ''755'' Bug? Misunderstanding? Cosmic Forces out of my control? -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Jan 09
0
odd manifest problem
...nd simple manifest ---- notice "this is domain: ${domain}" --- and run that with puppet -v it works fine, so I''m not sure what''s going on between puppet standalone and puppetd. Attached is my puppet.conf as well just for reference. Any help would be appreciated. -- stickm@gmail.com -==< Stick >==- _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users