Displaying 1 result from an estimated 1 matches for "linuxvserv".
Did you mean:
linuxserv
2007 Aug 08
1
multiple inherits layers
Hello,
i am using for my management some class dependency like this:
unix => linux => debian => etch
(linux inherits unix, debian inherits linux, etch inherits debian...)
also linuxvservers inherits debian and linuxvservers::host inherits
linuxvservers
then my node is
node myhost {
include debian
include linuxvservers::host
}
i have an issue as i have a file definition in the [linux] classe and i
override it in the [linuxvservers::host] classe but puppet tells me t...