search for: lxp6d4m3

Displaying 3 results from an estimated 3 matches for "lxp6d4m3".

2008 Jun 04
1
I am doing something wrong....
...nodes" import "baseline" import "ssh" filebucket { main: server => puppet } File { backup => main } Exec { path => "/usr/bin:/usr/sbin:/bin:/sbin" } Package { provider => yum } My nodes.pp [jleggett@binford manifests]$ cat nodes.pp node ''lxp6d4m3.etrade.com'' inherits default { include ssh } my templates.pp [jleggett@binford manifests]$ cat templates.pp class baseclass { include baseline } node default { include baseclass } [jleggett@binford manifests]$ I have commented out the lines.pp issue for the ti...
2008 Jun 06
8
useradd provider not working?
...e => absent } file {"/etc/auto.master": ensure => absent } file {"/etc/auto.misc": ensure => absent } file {"/etc/init.d/autofs": ensure => absent } running on CentOS5 9which uses "useradd" but I see this in the logs: Jun 6 12:22:12 lxp6d4m3 puppetd[25216]: (//Node[default]/baseclass/ baseline/User[rpcuser]) Failed to retrieve current state of resource: Provider useradd is not functional on this platform Jun 6 12:22:12 lxp6d4m3 puppetd[25216]: (//Node[default]/baseclass/ baseline/User[rpc]) Failed to retrieve current state of resource...
2008 Aug 11
6
Class dependency question
So I have two classes for openvz setup. The first is openvz::setup and it sets up the box for OpenVZ.. then another class (in same .pp file) called openvz::master sets up the config for the main system (as opposed to a VE). The error I see is that the openvz::master class is executed (and fails) becuase it doesn''t seem to load up the setup class? debug: Calling puppetmaster.getconfig