aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/manifests/init.pp
blob: 94005cd021d9a2289c2779015f8fb3b555484f4a (plain)
1
2
3
4
5
node 'testhost.example.com' {
  include samba::server
}

node default {}