I have added following code in site.pp
node default {
file {'/etc/motd':
ensure => present,
content => "Motd Updated.\n",
}
}
But when running following command in one agent it is not updating all agents or nodes.
puppet agent -t
Can some one assist what I am missing ?