diff --git a/modules/test/manifests/init.pp b/modules/test/manifests/init.pp index 604b894..9371f97 100644 --- a/modules/test/manifests/init.pp +++ b/modules/test/manifests/init.pp @@ -1,8 +1,8 @@ class test ( - + String $hostname = $facts['hostname'], ) { - info(fact['hostname']) + info($hostname) #class { 'test': #message => 1 #}