Puppet Class: classroom_legacy::agent::hosts

Defined in:
manifests/agent/hosts.pp

Overview



1
2
3
4
5
6
7
8
9
10
11
# File 'manifests/agent/hosts.pp', line 1

class classroom_legacy::agent::hosts {

  @@host { $::fqdn:
    ensure       => 'present',
    host_aliases => [$::hostname],
    ip           => $::ipaddress,
    tag          => ['puppetlabs'],
  }

  Host <<| tag == 'puppetlabs' |>>
}