aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/manifests/init.pp
blob: 0f64360ac7edc9bd75510986f6d39c6f60a9da32 (plain)
1
2
3
4
5
6
7
node 'testhost.example.com' {

  include samba::server

}

node default {}