Puppet Program Lab & Excercise – Part 1
- Write a Puppet Program to create a file named with “file.txt” in /opt/ owner by ec2-user and execute permission?
- Write a Puppet Program to create a group called “scmgalaxy-admins”
- Write a Puppet Program to create a usser called “deploy” which should be a part of “scmgalaxy-admins” group.
- Wrire a Puppet Program and insert following in /etc/hosts
10.4.5.5 test.scmgalaxy.com - Write a puppet program to display following lines when Sends an arbitrary message to the agent run-time log.
Welcome to scmGalaxy Puppet program
Latest posts by scmgalaxy K (see all)
- Use of runtime variables to save into another variable using register in Ansible - September 6, 2018
- Ansible & Ansible Tower Variable Precedence Hierarchy - September 6, 2018
- How to use template in Ansible? - September 6, 2018