Displaying 1 result from an estimated 1 matches for "subtlt".
Did you mean:
subtle
2009 Jan 15
1
variable scope is making my head hurt
...undef,
source => ["puppet:///files/$hostname/main.cf",
"puppet:///files/$nodetype/main.cf" ]
}
}
This seems almost exactly the same as the "variable scope" example
from the language tutorial, but there''s clearly a subtltly that I''m
missing. Can anyone point it out?
And is there a better way of accomplishing this? I''m trying to avoid
needing to create a unique class for every single kind of server while
at the same time trying to avoid a separate (identical) config file
for every server within a...