Puppet Module Lab & Excercise – Part 1
-
Write a puppet module to setup a webserver(httpd) only in RHEL and use the HEREDOC to craete a html code of index.html inside a directory called “/var/www/html/index.html”
-
Write a puppet module to setup a webserver(httpd) only in RHEL and use the puppet template to create a html code of index.html inside a directory called “/var/www/html/index.html”
-
Write a puppet module to install git, ntp and wget tools.
-
Write a puppet module which has file named with deploy.sh under module’s files directory. the file should be copied to /opt