summaryrefslogtreecommitdiff
path: root/modules/profiles/manifests/client.pp
blob: f0a9b930735028cccdf5a3cb92755859588c9268 (plain)
1
2
3
4
5
6
7
8
9
class profiles::client {

  class { 'puppet':
    server       => false,
    agent        => true,
    puppetmaster => $facts['extlib__puppet_config']['main']['server'],
  }

}