Displaying 2 results from an estimated 2 matches for "www0001".
Did you mean:
www0002
2006 Sep 01
4
evaluating classes within component
...nt actions based on the
classes associated with the node using the component. Is this possible?
Here''s what I''m thinking.
node www01 {
include webserver
website { "site1.com":
aliases => ["www.site1.com", "test.site1.com"],
username => www0001
}
}
node www02 {
include webserver
website { "site2.com":
aliases => ["www.site2.com", "test.site2.com"],
username => www0002
}
}
node nfs1 {
include nfs-server
website {
"site1.com": username => www0001;
"site2.com": user...
2007 Jan 17
11
scope issue after upgrade
I just upgraded to 0.22.0 from 0.18.4 and I''m running into what I think
are problems due to changes in scope rules.
In my site.pp manifest, I have the following:
import "classes/*"
node nfsserver {
include nfsserver
}
node webserver {
include webserver
}
class cluster1_sites {
website {
"example.com": ...;
"example2.com": ...;
}
}
node