search for: cluster1_sit

Displaying 1 result from an estimated 1 matches for "cluster1_sit".

Did you mean: cluster1_sites
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 www01,www02 inherits webserver { include cluster1_sites } node fs01 inherits nfsserver { include cluster1_sites } The idea is that new websites can be added to the cluster1_sites class, and the right...