[root@puppetmaster ~]# cat /etc/puppet/modules/nginx/manifests/init.pp # Class: nginx # # This module manages NGINX. # # Parameters: # # There are no default parameters for this class. All module parameters are managed # via the nginx::params class # # Actions: # # Requires: # puppetlabs-stdlib - https://github.com/puppetlabs/puppetlabs-stdlib # # Packaged NGINX # - RHEL: EPEL or … Continue reading Nginx through puppet
Day: May 11, 2016
Apache-though puppet
[root@puppetmaster ~]# cat /etc/puppet/modules/apache/manifests/init.pp # Class: apache # # This class installs Apache # # Parameters: # # Actions: # - Install Apache # - Manage Apache service # # Requires: # # Sample Usage: # class apache ( $apache_name = $::apache::params::apache_name, $service_name = $::apache::params::service_name, $default_mods = true, $default_vhost = true, $default_charset = undef, $default_confd_files … Continue reading Apache-though puppet
puppet modules
---------------------------------------------------------------------------------------------------------------------------------[root@puppetmaster ~]# puppet module search ftp Notice: Searching https://forgeapi.puppetlabs.com ... NAME DESCRIPTION AUTHOR KEYWORDS jhoblitt-pureftpd Manages the pure-ftpd package with comprehensive configuration support @jhoblitt mysql ldap ftp redhat rhel centos cyberious-pget Powershell Alternative to wget or curl @cyberious wget curl ftp sftp https http thias-vsftpd vsftpd FTP server @thias centos rhel ftp debian ubuntu example42-vsftpd … Continue reading puppet modules
