search for: kontera

Displaying 19 results from an estimated 19 matches for "kontera".

2007 Oct 11
3
puppetmaster can''t found the node''s hostname ?
hi,all. I found a interesting problem. first ,a new node run the puppetd to connect the puppet server, then was treated as "default" node. that''s right. Then I add the new node''s hostname in a node define. and run the puppetd ,is still get the default manifests file. But when I restart the pupppuetmaster, then it can get the new manifests file to correspond
2007 Oct 19
3
Puppet port/install on FreeBSD & Open BS
Does anyone know how to install puppet as client on FreeBSD & OpenBSD. -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Nov 02
8
Custom reports in puppet
Does any one know or whether have someone done custom reports in puppet. Which will show the status of the servers, disk, cpu, load, pkg list, configs/files edited via puppet, how often a config file is updated, etc.. -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Jul 10
6
Getting undefined method `-' for #<XMLRPC::DateTime:0xb7c729e8>
Hello, all. I am getting the following error on a couple of my puppet nodes when I run puppetd -v -o --no-daemonize --no-splay: err: Could not retrieve catalog: undefined method `-'' for #<XMLRPC::DateTime:0xb7c729e8> The error goes away if I add --ignorecache, but I''m not sure that''s quite the fix I''m hoping for. It will also go away if i remove my
2007 Dec 14
12
Manual package installation
Hello, I use puppet with RHEL and there are some packages that aren''t in up2date/yum repositories. I need a way to get these specific RPMs installed. There''s a blog posting that describes an almost-perfect way to do it: http://www.raskas.be/blog/2007/09/10/managing-user-passwords-with-puppet-on-centos/ The only problem with his example is that the RPM will always in the /tmp
2009 Jun 30
1
One Xen image multiple machines
Hello, I would like to have a One XEN read only image to be shared among many physical machines. I would also need to have a writable file system for /etc /var and /tmp. How can I do that? Thank you, Meir _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Dec 25
2
error on restarting
Hello folks, I have been receiving this error on my new servers when I try to restart the puppet. /etc/init.d/puppet restart Stopping puppet: [FAILED] Starting puppet: /usr/lib/ruby/1.8/openssl/ssl.rb:74:in `post_connection_check'': hostname was not match (OpenSSL::SSL::SSLError) from /usr/lib/ruby/1.8/net/https.rb:183:in
2007 Nov 01
2
Nodes and defaults question
Hi there, If I have a manifest with, say: node default { ..stuff.. } node mymachine { ..stuff.. } What would happen on mymachine: will the stuff in default be executed *as well as* the stuff in default, or only the stuff in mymachine? And, if the latter, should I move global stuff just to global scope outside of nodes? Thanks -Iwan
2007 Oct 15
3
Is there a sample config out there?
Hi folks, I''m working on building up a puppet infrastructure, and I''m having the darndest time putting it all together. I''ve read through as many of the docs as I can find. I''ve read the best practices guide. And I''m still not grokking how to do what I want to do in puppet. I''ve spend enough time with cfengine that I''m sure
2007 Sep 11
6
Managing rc.conf in FreeBSD?
I''m, still, working on converting my cfengine configs into puppet; one of the major hang-ups is the lack of any find/replace in puppet. So for those of you who are using FreeBSD and puppet, how do you manage you rc.conf? -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers--
2007 Oct 23
6
what''s the maximum of the runinterval
hi,all I want the puppetd run in daemon only run by the puppetrun trigger, not schedule run . so how can do this ? what''s the maximum of the runinterval ? I want change this option to do this. Please help me . -- Huang Mingyou
2007 Sep 30
3
managing FreeBSD services
Hi, I''d like to hear opinions from FreeBSD users. I''ve wrote a freebsd service provider, which is available as Ticket #837. http://reductivelabs.com/trac/puppet/ticket/837 This hack extends init service provider, by adding enable method. With freebsd.rb, you can enable services like other service providers do. service { foo: ensure => running, enable => true, ...
2007 Dec 12
8
Solaris package woes
I am trying to get Puppet to push out a Solaris sudo package that I built, but I keep getting errors. I tested applying the package manually outside of Puppet and it works perfectly, but when I attempt to push it out via Puppet it fails. Puppetmaster Version: 0.23.2 [Ubuntu Linux 7.10 - Puppet built from source] Puppet client version: 0.23.0 [Sun Solaris 10 Zone - Puppet built from source] The
2007 Dec 20
1
passing hash as object value?
I''ve looked around for a while, but can''t seem to find any documentation stating whether it was possible to pass a hash as the value of a key in an object.. can we? e.g.: foo { "foo": fred => { "key1" => "val1", "key2" => "val2" } } this gives me errors, as does using square brackets in place of the curlies for
2007 Dec 25
1
puppetd: err: Got an uncaught exception of type SystemStackError: stack level too deep
i''m having trouble with a file resource with 0.24.1. the manifest is very simple: file { "/": ensure => directory, owner => "root", group => "root", mode => 755 } when i run puppetd, i get the attached stack trace. removing this resource enables puppetd to complete its run successfully. any ideas? didn''t have this
2007 Oct 12
2
"run once" directive for service or package
hi, is there a way to specify that something is to be run only once, upon install of the package? i''m trying to automate the installation of some services and their requisite packages. some of them require setting up various things afterwards (user, passwords, etc). i know i could have it done via exec & onlyif. however there are obvious security issues with trusting the
2007 Sep 06
1
freebsd and latest non-devel port installations
hi, i''ve run into somewhat of a snag with my puppet instances: when i try to have puppet install a port via portupgrade, it seems to step up each version in ports to the latest, if there are multiple versions. i''ve run into this with two ports so far: vim and postfix. my package line is: package { postfix: ensure => latest } i am however able to specify the version
2007 Sep 02
0
handling rc.conf / freebsd init scripts
hey, i''ve been working on getting puppet working with my freebsd machines for the past few hours. after reading up on the list archive, i saw that some other people were asking about the best way to do this. i''d like to share my solution. there might be a better way, but this is working really well for me so far. keep in mind that i use the following settings: configdir =
2007 Aug 25
5
vardir as a symlink
hi, i''m playing with puppet on a few machines, and i''d like to have my puppet vardir on a volume other than the one on which my /var resides. i tried creating a symlink, but puppet seems to blow that away and recreate /var/puppet (!!). i''ve looked around in the source but don''t see anything obvious. am i doing something wrong? thanks, scott