Displaying 1 result from an estimated 1 matches for "hslave_file".
2012 Jan 11
4
Exported and Collected Resource With User Defined Resource Broken?
...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 "works" but can''t seem to be collected
@@myresource{ "${::hostname}": }
}
class hslave_file{
# This...