111
This commit is contained in:
parent
5a566b9d6d
commit
3b0b467dfa
@ -1,5 +1,5 @@
|
||||
class profile::base {
|
||||
# require profile::goldload::config
|
||||
include profile::test
|
||||
include profile::winlogbeat
|
||||
notify {'This is from profile::base': }
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
class profile::test {
|
||||
notify {'This is from profile::test': }
|
||||
class profile::winlogbeat {
|
||||
notify {'This is from profile::winlogbeat': }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user