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
FROM php:7.0-fpm | |
RUN apt-get update && \ | |
apt-get install -y git \ | |
zlib1g-dev \ | |
libmemcached-dev | |
RUN git clone https://github.com/php-memcached-dev/php-memcached /usr/src/php/ext/memcached && \ | |
cd /usr/src/php/ext/memcached && git checkout -b php7 origin/php7 && \ | |
docker-php-ext-configure memcached && \ |
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
# DOCUMENTATION: https://forge.puppetlabs.com/rodjek/logrotate | |
# FILE: -rw-r--r-- 1 dice dice 3.6G Jan 8 10:03 solr-8983-console.log | |
logrotate::rule { 'solrlog': | |
ensure => present, | |
path => '/opt/solr/latest/server/logs/solr-8983-console.log', | |
rotate => '4', | |
rotate_every => 'week', | |
#size => "4G", | |
#postrotate => '', |
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
volumes: | |
wpsite: | |
driver: local |
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
puppetClient = rpcclient('puppet', :options => options) | |
puppetClient.discover(:nodes => [solrNode]) | |
puts puppetClient.runonce(:noop => true) |
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
▶ ssh orientdb01 | |
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-24-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
System information as of Thu Jul 10 15:14:49 UTC 2014 | |
System load: 0.0 Processes: 76 | |
Usage of /: 15.2% of 9.72GB Users logged in: 1 | |
Memory usage: 3% IP address for eth0: 10.0.10.120 |
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
commit 5ca6cc5b36210db1c24fb355eb1a32ef567c980a | |
Author: WEB-LINK <[email protected]> | |
Date: Fri Mar 28 10:47:51 2014 -0400 | |
Update genesis_tweaks.php | |
commit 369ffa6688d1c361959e5de1a199fb4c341d4546 | |
Author: WEB-LINK <[email protected]> | |
Date: Thu Mar 27 17:46:21 2014 -0400 |
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
commit 5ca6cc5b36210db1c24fb355eb1a32ef567c980a | |
Author: WEB-LINK <[email protected]> | |
Date: Fri Mar 28 10:47:51 2014 -0400 | |
Update genesis_tweaks.php | |
diff --git a/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php b/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php | |
index 46ee39e..1cece55 100644 | |
--- a/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php | |
+++ b/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php |
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
<?php | |
## USERNAME / PASSWORD FOR ORACLE DATABASE | |
$USERID = 'USER'; | |
$PASSWORD = 'PASSWORD'; | |
## RAC CONNECTION STRING | |
$RAC_CONN_STR = "(DESCRIPTION = |
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
service{"refrigerator": | |
ensure => running, | |
} |
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
$tomcat = <<SCRIPT | |
echo "172.16.237.150 puppet.itjb.vm puppet" >> /etc/hosts | |
rpm -ivh http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-7.noarch.rpm | |
puppet agent -t |
NewerOlder