diff --git a/site-modules/profile/manifests/base.pp b/site-modules/profile/manifests/base.pp index c619a24..ffb2cc2 100644 --- a/site-modules/profile/manifests/base.pp +++ b/site-modules/profile/manifests/base.pp @@ -1,5 +1,5 @@ class profile::base { # require profile::goldload::config - include profile::test + include profile::winlogbeat notify {'This is from profile::base': } } diff --git a/site-modules/profile/manifests/test.pp b/site-modules/profile/manifests/test.pp index 7ec3a08..bea19aa 100644 --- a/site-modules/profile/manifests/test.pp +++ b/site-modules/profile/manifests/test.pp @@ -1,3 +1,3 @@ -class profile::test { - notify {'This is from profile::test': } +class profile::winlogbeat { + notify {'This is from profile::winlogbeat': } }