# manage known hosts class profiles::ssh::knownhosts ( Array $lines = [], ) { file {'/etc/ssh/ssh_known_hosts': ensure => 'file', owner => 'root', group => 'root', mode => '0644', content => template('profiles/ssh/ssh_known_hosts.erb'), } }