diff --git a/manifests/site.pp b/manifests/site.pp index 11663aa..bcd4c12 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -29,3 +29,7 @@ node default { # Example: # class { 'my_class': } } + +node web1.rosebay.box { + include apache +}