This commit is contained in:
Henry Wang 2019-11-21 11:36:23 +08:00
parent aab8110c9d
commit 5f47e7bbfd
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,4 @@
class profile::base { class profile::base {
include profile::test
notify {'This is from profile::base': } notify {'This is from profile::base': }
} }

View File

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