This commit is contained in:
Henry Wang 2019-11-22 08:42:09 +08:00
parent 5a566b9d6d
commit 3b0b467dfa
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
class profile::base {
# require profile::goldload::config
include profile::test
include profile::winlogbeat
notify {'This is from profile::base': }
}

View File

@ -1,3 +1,3 @@
class profile::test {
notify {'This is from profile::test': }
class profile::winlogbeat {
notify {'This is from profile::winlogbeat': }
}