Displaying 4 results from an estimated 4 matches for "ifoley".
Did you mean:
foley
2012 Apr 25
2
Unable to import a manifest file from a different directory to the one where site.pp is located using environments
...------------------------- (Begin Extract) --------------------------------
root@core stable/manifests# pwd
/srv/puppetmaster/stable/manifests
root@core stable/manifests# cat site.pp
Exec { path =>
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }
import "core.mob.ifoley.local.pp"
node default {
fail ("
Please create a node file for this computer !
")
}
------------------------- (End Extract) --------------------------------
In my core.mob.ifoley.local pp file I have
------------------------- (Begin Extract) ---------------------------...
2012 Apr 17
0
Failed to parse template ... private method 'split' called for :undef:Symbol - github - puppetlabs/puppet-dhcp
...uppetlabs DHCP module (https://github.com/puppetlabs/puppet-dhcp) to setup a DHCP server on one of my nodes.
I have followed the example in the readme.md file in my node declaration for the server (extracted part below)
class { ''dhcp'':
dnsdomain => [''dev.ifoley.local'', ''200.168.192.in-addr.arpa''],
nameservers => [''192.168.200.1'', ''192.168.10.211''],
ntpservers => [''titanium.ifoley.local'', ''core.dev.ifoley.local''],
interfaces...
2012 May 16
1
Installation of Hiera from apt.puppetlabs.com
Hi Puppet Users,
According to the installation instructions (https://github.com/puppetlabs/hiera#installation) located in the readme.md file at https://github.com/puppetlabs/hiera there should be an apt package located at apt.puppetlabs.com. I have looked within the repo and cannot find a package.
Is this a documentation error or is there a deb package?
Thanks,
Peter
--
You received this
2012 Jul 01
1
puppet-hiera used with Parameterised class
Hi Puppet Users,
For some bizzare reason I am unable to use hiera-puppet with a
parameterised class.
The output is:
----------------------------
root@hiera hieratest/manifests# puppet apply -e "include hieratest"
Error: undefined method `catalog'' for #<Hash:0xb6c53d00> at line 1 on node
hiera.localdomain
Wrapped exception:
undefined method `catalog'' for