Merge pull request #13 from matt9j/devel-contains-dependencies

rhizo_base: Add contains dependencies
This commit is contained in:
Keith 2019-08-08 13:39:47 +02:00 committed by GitHub
commit 32256fb66f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -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,

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {