-(0)> cat /etc/puppet/modules/staging/test/manifests/init.pp
class export_file {
@@file { "/var/lib/puppet/test_file" :
content => "$fqdn" ,
tag => "xxx" ,
ensure => present ,
}
@@file { "/tmp/export.$fqdn": content => "$fqdn.exported" , tag => "xxx" , ensure => present , }
@@sshkey { $hostname: type => dsa , key => $sshdsakey }
}