dff
This commit is contained in:
parent
aab8110c9d
commit
5f47e7bbfd
@ -1,5 +1,4 @@
|
||||
class profile::base {
|
||||
include profile::test
|
||||
notify {'This is from profile::base': }
|
||||
|
||||
|
||||
}
|
||||
|
3
site-modules/profile/manifests/test.pp
Normal file
3
site-modules/profile/manifests/test.pp
Normal file
@ -0,0 +1,3 @@
|
||||
class profile::test {
|
||||
notify {'This is from profile::test': }
|
||||
}
|
Loading…
Reference in New Issue
Block a user