search for: tonyskapunk

Displaying 8 results from an estimated 8 matches for "tonyskapunk".

2011 Apr 07
12
Mutliple custom facts not showing in facter
...content as ''{md5}c28d8a783d44b9c15b7e61a6d90cf0e3'' notice: /File[/var/lib/puppet/lib/facter/utime.rb]/ensure: removed info: Loading downloaded plugin /var/lib/puppet/lib/facter/foobar.rb info: Loading facts in foobar info: Loading facts in foobar info: Caching catalog for squeeze.tonyskapunk.net info: Applying configuration version ''1302146930'' notice: foo:1302147318 bar:1302147318 notice: /Stage[main]//Node[squeeze.tonyskapunk.net]/Notify[custom_fact]/message: defined ''message'' as ''foo:1302147318 bar:1302147318'' notice: Finished ca...
2010 Nov 16
0
Plugin dependencies
...ot;], require => Package[$ssh_pkgs_out]; $ssh_pkgs_out: ensure => "absent", *ignoredeps* => true; } } The node definition then looks something like: node "puppet.example.com" { $use_lpk = true include ssh } Thanks. -- Tony http://blog.tonyskapunk.net -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit thi...
2011 Jun 28
1
syntax highlighting on emacs
Hi guys, I''m trying to install the syntax highlighting on emacs for Puppet. I''m using the configuration files provide on http://projects.reductivelabs.com/repositories/browse/puppet/ext/emacs When I open a .pp file I got this error: File mode specification error: (void-function puppet-mode) Thanks -- You received this message because you are subscribed to the Google Groups
2011 Jul 26
2
undefined method `initvars'
We are seeing this error in our log files on some clients: puppetd[15068]: Could not run Puppet configuration client: undefined method `initvars'' for #<Puppet::Type::Package:0x2aaaabbb4858> Where do I begin troubleshooting this? The client software versions are: ruby-1.8.5-5.el5_4.8.x86_64 ruby-libs-1.8.5-5.el5_4.8.x86_64 ruby-shadow-1.4.1-7.el5.x86_64 facter-1.5.8-1.el5.noarch
2011 Apr 07
4
$environment in File source not working
am I doing something wrong? this seems to never find my .$env file: source => [ "puppet:///modules/gu_puppet/puppet.conf.$fqdn", "puppet:///modules/gu_puppet/puppet.conf.$environment", "puppet:///modules/gu_puppet/puppet.conf.$operatingsystem", "puppet:///modules/gu_puppet/puppet.conf" ] It
2011 Jan 07
4
facter --puppet does not report "environment"
Is it normal that "facter --puppet" does not show the environment variable? is there a way to have it include it? Thanks a lot, Mohamed. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2010 Aug 06
7
using puppet ssl certs for other applications
Hello, As I''ve been building up my puppet infrastructure, I''ve started using puppet certs for all of my services that require ssl. Usually this is in the form of links: file { "/opt/syslog-ng/etc/ca.d/b2457b50.0": require => Package["syslog-ng"], ensure => link, target =>
2010 Sep 28
15
YUMREPO { productname => PowerEdge 2650}
Hello All, How do I specify a variable that has a space in it? I''m trying to setup a yum repo that has two different baseurl''s based on the product name ($productname). Default goes one way, but if the product is "PowerEdge 2650" then is a different URL. The thing is, that is only picking up the default. How should I specify the value with the space in the