Sunday, July 31, 2016

Generate a greeting file



kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / > vi /etc/puppet/manifests/filecreate.pp
kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / > cat /etc/puppet/manifests/filecreate.pp
file { 'MCG-greeting':
path    =>    '/tmp/MCG-greeting',
ensure    =>    present,
mode    =>    647,
content    =>    "Welcome to the Melbourne Cricket Ground!!! \n",
}
kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / > puppet apply /etc/puppet/manifests/filecreate.pp
Fact file /etc/puppet/modules/team_custom_facts/facts.d/README was parsed but returned an empty data set
Notice: Compiled catalog for kirandspuppet.eng.company.com in environment production in 0.06 seconds
Notice: /Stage[main]/Main/File[MCG-greeting]/content: content changed '{md5}e27dbf0786aba031f66f0bfab71be741' to '{md5}5f158044d861c60257a71e24676298cb'
Notice: Finished catalog run in 0.04 seconds
kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / > ls -altr /tmp/MCG*
-rw-r--rwx 1 root root 44 Nov 19 14:34 /tmp/MCG-greeting
kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / > cat /tmp/MCG-greeting
Welcome to the Melbourne Cricket Ground!!!
kirandspuppet: / >
kirandspuppet: / >
kirandspuppet: / >








No comments:

Post a Comment