This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file { 'apachevhost': | |
path => '/etc/apache2/sites-enabled', | |
source => 'puppet:///modules/profiles/vhost', | |
recurse => true, | |
ensure => directory, | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nagioscontacts: | |
emi2fast: | |
ensure: present | |
contact_name: user01 | |
alias: user01 | |
use: generic-contact | |
email: [email protected] | |
contactgroups: admins | |
target: /etc/nagios3/conf.d/contacts_nagios2.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$pkgs = hiera_array("basepkgs") | |
$pkgs.each |$pkg| { | |
package { "$pkg": | |
ensure => installed, | |
require => Anchor['::profiles::base::end'] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installed: 2.2.22-13+deb7u6 | |
Candidate: 2.2.22-13+deb7u6 | |
Version table: | |
*** 2.2.22-13+deb7u6 0 | |
500 http://cdn.debian.net/debian/ wheezy/main amd64 Packages | |
500 http://security.debian.org/ wheezy/updates/main amd64 Packages | |
100 /var/lib/dpkg/status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class profiles::security { | |
file { ['/etc/hosts', '/etc/passwd', '/etc/shadow', '/etc/gshadow', '/etc/group']: | |
ensure => 'present', | |
audit => 'all', | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:backends: | |
- yaml | |
:hierarchy: | |
- "nodes/%{::fqdn}" | |
- common | |
- apache | |
- nagios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debug: hiera(): Hiera YAML backend starting | |
Debug: hiera(): Looking up nameservers in YAML backend | |
Debug: hiera(): Looking for data source nodes/node01.com | |
Debug: hiera(): Found nameservers in nodes/node01.jetcost.com | |
Debug: hiera(): Looking for data source common | |
Debug: hiera(): Found nameservers in common | |
Debug: hiera(): Looking for data source apache | |
Debug: hiera(): Looking for data source nagios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
agios 3779 0.0 0.1 30940 3892 ? S Jun21 0:00 \_ /usr/sbin/mod_gearman_worker --config=/etc/mod-gearman/worker.conf | |
nagios 7205 0.0 0.2 31264 5652 ? S 10:59 0:00 \_ /usr/sbin/mod_gearman_worker --config=/etc/mod-gearman/worker.conf | |
nagios 7206 0.0 0.1 13236 2488 ? S 10:59 0:00 \_ bash /usr/lib/nagios/plugins/check_site ES-results.json | |
nagios 7207 0.3 2.6 1020792 54504 ? Sl 10:59 0:00 \_ node --harmony-proxies index.js --config confs/ES-results.json | |
root 2288 0.0 0.1 27224 3452 ? Ss 10:47 0:00 /lib/systemd/systemd --user | |
root 2289 0.0 0.0 50576 1728 ? S 10:47 0:00 \_ (sd-pam) | |
nagios 3428 0.0 0.2 126708 4916 ? SNsl 10:49 0:00 /usr/sbin/nagios3 -d /etc/nagios3/nagios.cfg | |
nagios 4317 0.0 0.1 13236 2568 ? S 10:51 0:00 bash /usr/lib/nagios/plugins/check_site FR-results.json | |
nagios 4318 0.0 2.6 1020792 54240 ? Sl 10:51 0:00 \_ node --harm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server=127.0.0.1:4730 | |
key=very-secret-password | |
hosts=no | |
services=no | |
encryption=no | |
p1_file=/usr/share/mod-gearman/mod_gearman_p1.pl | |
servicegroups=svcsitecheck | |
max-worker=1 | |
job_timeout=1800 | |
idle-timeout=1800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puppet apply -e 'each(split($facts["interfaces"], ",") |$sd| { notice($sd) })' | |
Error: Evaluation Error: Error while evaluating a Function Call, 'split' does not expect a block at line 1:6 |
OlderNewer