How to write Puppet modules with example
simple Puppet module that installs and configures Nginx on a CentOS/RHEL system: sudo mkdir -p /etc/puppet/modules/nginx/manifests sudo touch /etc/puppet/modules/nginx/manifests/init.pp sudo
Read moresimple Puppet module that installs and configures Nginx on a CentOS/RHEL system: sudo mkdir -p /etc/puppet/modules/nginx/manifests sudo touch /etc/puppet/modules/nginx/manifests/init.pp sudo
Read moreAs the complexity of infrastructure grows, it becomes increasingly difficult to manage all of the resources manually. Fortunately, Terraform provides
Read more