shafiqissani/Puppet-Manifests · GitHub. Puppet manifests I used for a Solaris project. Demonstrates environments, classes, definitions, groups, users, etc. Includes sudo and nagios modules. — Read more DOWNLOAD
Tag: Puppet
Releng – The Plan
The plan Everyone loves it when a plan comes together so here’s the general approach to setting up the system: All the configuration files and Puppet Manifests are stored in a git repository Changes are made and then committed to the repository before being “pushed” to the CI server The CI Server (Jenkins in our […]
Disable services in Solaris 10
To disable a service you have to be root or have a sudo, for example, i want to disable puppet: # svcs | grep puppet online 9:51:57 svc:/network/cswpuppetd:default I will disable the nfs server: # svcadm disable network/cswpuppetd:default
Puppet logs in solaris 10
/var/svc/log/network-cswpuppetd:default.log /var/svc/log/network-cswpuppetmasterd:default.log p.s. use `tail -f <log file name>`