rhizo_base: Add contains dependencies
Puppet treats included classes specially, and does not assume that they are contained in their outside class for the sake of dependency ordering. This means that any other resources requiring the base non-distribution specific classes were actually not capturing the ordering dependencies on resources defined in the distribution specific class!
This commit is contained in:
parent
a817c3be52
commit
3e220df8fe
5 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
#
|
||||
|
||||
class rhizo_base::fixes {
|
||||
include "rhizo_base::fixes::$operatingsystem"
|
||||
contain "rhizo_base::fixes::$operatingsystem"
|
||||
|
||||
file { '/etc/tmux.conf':
|
||||
ensure => present,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue