add web1 node

This commit is contained in:
phothet 2020-05-13 15:29:15 -04:00 committed by GitHub
parent 882089207c
commit c780343ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,3 +29,7 @@ node default {
# Example:
# class { 'my_class': }
}
node web1.rosebay.box {
include apache
}