class profiles::common { file_line { 'hosts ourself': ensure => present, line => "::1\t${::fqdn}\t${facts['name']}", path => '/etc/hosts', } }