Displaying 1 result from an estimated 1 matches for "hslave".
Did you mean:
slave
2012 Jan 11
4
Exported and Collected Resource With User Defined Resource Broken?
...correctly?
I am using Puppet 2.7.5 on both my puppet master (Debian with puppet built
from source) and clients (CentOS 5 with puppet from rpmforge).
A unit test to show the failure is as follows (everything in site.pp):
----------------------------------------------------------------------
node /hslave[0-9].local/ {
class{"hslave":}
}
node /hmaster.local/ {
class{"hslave": before => Class["hslave_file"]}
class{"hslave_file":}
}
class hslave {
# This works
@myresource{ "${::hostname}-virtual": }
# This &quo...