Merge pull request #13 from matt9j/devel-contains-dependencies
rhizo_base: Add contains dependencies
This commit is contained in:
commit
32256fb66f
5 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
class rhizo_base::apt {
|
class rhizo_base::apt {
|
||||||
include "rhizo_base::apt::$operatingsystem"
|
contain "rhizo_base::apt::$operatingsystem"
|
||||||
}
|
}
|
||||||
|
|
||||||
class rhizo_base::apt::common {
|
class rhizo_base::apt::common {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
class rhizo_base::fixes {
|
class rhizo_base::fixes {
|
||||||
include "rhizo_base::fixes::$operatingsystem"
|
contain "rhizo_base::fixes::$operatingsystem"
|
||||||
|
|
||||||
file { '/etc/tmux.conf':
|
file { '/etc/tmux.conf':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# Sample Usage:
|
# Sample Usage:
|
||||||
#
|
#
|
||||||
class rhizo_base::freeswitch {
|
class rhizo_base::freeswitch {
|
||||||
include "rhizo_base::freeswitch::$operatingsystem"
|
contain "rhizo_base::freeswitch::$operatingsystem"
|
||||||
}
|
}
|
||||||
|
|
||||||
class rhizo_base::freeswitch::ubuntu inherits rhizo_base::freeswitch::common {
|
class rhizo_base::freeswitch::ubuntu inherits rhizo_base::freeswitch::common {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# Sample Usage:
|
# Sample Usage:
|
||||||
#
|
#
|
||||||
class rhizo_base::packages {
|
class rhizo_base::packages {
|
||||||
include "rhizo_base::packages::$operatingsystem"
|
contain "rhizo_base::packages::$operatingsystem"
|
||||||
}
|
}
|
||||||
|
|
||||||
class rhizo_base::packages::common {
|
class rhizo_base::packages::common {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
class rhizo_base::postgresql {
|
class rhizo_base::postgresql {
|
||||||
include "rhizo_base::postgresql::$operatingsystem"
|
contain "rhizo_base::postgresql::$operatingsystem"
|
||||||
}
|
}
|
||||||
|
|
||||||
class rhizo_base::postgresql::common {
|
class rhizo_base::postgresql::common {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue