include nodo::subsystem::local
# Declare subsystem classes
- #class { 'nodo::subsystem::hosts': }
+ class { 'nodo::subsystem::hosts': }
class { 'nodo::subsystem::motd': }
# Syslog facility
source => "puppet:///modules/site_nodo/hosts/${::fqdn}",
}
}
- default: {
- host { "${::hostname}":
- ensure => present,
- ip => "${::ipaddress}",
- host_aliases => [ "${::fqdn}" ],
- }
-
- #host { "localhost":
- # ensure => present,
- # ip => "127.0.0.1",
- #}
-
- #host { "ip6-localhost":
- # ensure => present,
- # ip => "::1",
- # host_aliases => [ "ip6-loopback" ],
- #}
-
- #host { "ip6-localnet":
- # ensure => present,
- # ip => "fe00::0",
- #}
-
- #host { "ip6-mcastprefix":
- # ensure => present,
- # ip => "ff00::0",
- #}
-
- #host { "ip6-allnodes":
- # ensure => present,
- # ip => "ff02::1",
- #}
-
- #host { "ip6-allrouters":
- # ensure => present,
- # ip => "ff02::2",
- #}
-
- #host { "ip6-allhosts":
- # ensure => present,
- # ip => "ff02::3",
- #}
- }
+ #default: {
+ # host { "${::hostname}":
+ # ensure => present,
+ # ip => "${::ipaddress}",
+ # host_aliases => [ "${::fqdn}" ],
+ # }
+ #
+ # #host { "localhost":
+ # # ensure => present,
+ # # ip => "127.0.0.1",
+ # #}
+ #
+ # #host { "ip6-localhost":
+ # # ensure => present,
+ # # ip => "::1",
+ # # host_aliases => [ "ip6-loopback" ],
+ # #}
+ #
+ # #host { "ip6-localnet":
+ # # ensure => present,
+ # # ip => "fe00::0",
+ # #}
+ #
+ # #host { "ip6-mcastprefix":
+ # # ensure => present,
+ # # ip => "ff00::0",
+ # #}
+ #
+ # #host { "ip6-allnodes":
+ # # ensure => present,
+ # # ip => "ff02::1",
+ # #}
+ #
+ # #host { "ip6-allrouters":
+ # # ensure => present,
+ # # ip => "ff02::2",
+ # #}
+ #
+ # #host { "ip6-allhosts":
+ # # ensure => present,
+ # # ip => "ff02::3",
+ # #}
+ #}
}
}