Skip to content

Instantly share code, notes, and snippets.

@Artistan
Last active December 19, 2016 01:16
Show Gist options
  • Save Artistan/7e268292f76696e80e6ec63fef6adaad to your computer and use it in GitHub Desktop.
Save Artistan/7e268292f76696e80e6ec63fef6adaad to your computer and use it in GitHub Desktop.
not getting the private_network ip.
using nfs fails, default works.
macOS Sierra 10.12.1
VirtualBox 5.1.10
Vagrant 1.9.1
Virtualbox Guest Additions 5.1.10
plugins...
vagrant-bindfs 1.0.2
vagrant-vbguest 0.13.0
vagrantfile:
target: local
vm:
provider:
local:
box: puphpet/centos7-x64
box_url: puphpet/centos7-x64
box_version: '0'
chosen_virtualizer: virtualbox
virtualizers:
virtualbox:
modifyvm:
natdnshostresolver1: false
showgui: 0
vmware:
numvcpus: 1
parallels:
linked_clone: 0
check_guest_tools: 0
update_guest_tools: 0
machines:
vflm_kkeu720e4g60:
id: machine1
hostname: machine1.puphpet
network:
private_network: 192.168.56.199
forwarded_port:
vflmnfp_kc6yb7mx0zjq:
host: '7951'
guest: '22'
memory: '512'
cpus: '1'
provision:
puppet:
manifests_path: puphpet/puppet/manifests
module_path:
- puphpet/puppet/modules
- puphpet/puppet/manifests
options:
- '--verbose'
- '--hiera_config /vagrant/puphpet/puppet/hiera.yaml'
synced_folder:
vflsf_wvwgarzn1wd6:
source: ~/PhpstormProjects
target: /var/www/vhosts
sync_type: default
smb:
smb_host: ''
smb_username: ''
smb_password: ''
mount_options:
dir_mode: '0775'
file_mode: '0664'
rsync:
args:
- '--verbose'
- '--archive'
- '-z'
exclude:
- .vagrant/
- .git/
auto: 'true'
owner: www-data
group: www-data
usable_port_range:
start: 10200
stop: 10500
post_up_message: ''
ssh:
host: 'false'
port: 'false'
private_key_path: 'false'
username: vagrant
guest_port: 'false'
keep_alive: '1'
forward_agent: 'false'
forward_x11: 'false'
shell: 'bash -l'
insert_key: 'false'
vagrant:
host: detect
proxy:
http: ''
https: ''
ftp: ''
no_proxy: ''
server:
install: '1'
packages: { }
users_groups:
install: '1'
groups: { }
users: { }
locale:
install: '1'
settings:
default_locale: en_US.UTF-8
locales:
- en_GB.UTF-8
- en_US.UTF-8
timezone: UTC
firewall:
install: '1'
rules: { }
cron:
install: '1'
jobs: { }
nginx:
install: '0'
settings:
version: present
default_vhost: 1
proxy_buffers: '4 256k'
proxy_buffer_size: 128k
proxy_connect_timeout: 600s
proxy_send_timeout: 600s
proxy_read_timeout: 600s
names_hash_bucket_size: 128
upstreams: { }
vhosts:
nxv_ldraisbqs1qn:
server_name: awesome.dev
server_aliases:
- www.awesome.dev
www_root: /var/www/awesome
listen_port: '80'
client_max_body_size: 1m
ssl: '0'
ssl_cert: ''
ssl_key: ''
ssl_port: '443'
ssl_protocols: ''
ssl_ciphers: ''
rewrite_to_https: '1'
spdy: '1'
locations:
nxvl_rpdx37bzzorj:
www_root: ''
location: /
index_files:
- index.html
- index.htm
- index.php
try_files:
- $uri
- $uri/
- /index.php$is_args$args
fastcgi: ''
fastcgi_index: ''
fastcgi_split_path: ''
proxy: ''
proxy_redirect: ''
nxvl_7nkhjozjr9du:
www_root: ''
location: '~ \.php$'
try_files:
- $uri
- $uri/
- /index.php$is_args$args
fastcgi: '127.0.0.1:9000'
fastcgi_index: index.php
fastcgi_split_path: '^(.+\.php)(/.*)$'
fast_cgi_params_extra:
- 'SCRIPT_FILENAME $request_filename'
- 'APP_ENV dev'
set:
- '$path_info $fastcgi_path_info'
proxy: ''
proxy_redirect: ''
proxies: { }
apache:
install: '1'
settings:
version: 2.4
user: www-data
group: www-data
default_vhost: true
manage_user: false
manage_group: false
sendfile: 0
modules:
- proxy_fcgi
- rewrite
vhosts:
av_oaq3ccdmlp21:
servername: awesome.dev
serveraliases:
- www.awesome.dev
docroot: /var/www/vhosts/dev
port: '80'
setenv:
- 'APP_ENV dev'
setenvif:
- 'Authorization "(.*)" HTTP_AUTHORIZATION=$1'
custom_fragment: ''
ssl: '0'
ssl_cert: ''
ssl_key: ''
ssl_chain: ''
ssl_certs_dir: ''
ssl_protocol: ''
ssl_cipher: ''
directories:
avd_vnpgoxm51cx4:
path: /var/www/vhosts/dev
options:
- Indexes
- FollowSymlinks
- MultiViews
allow_override:
- All
require:
- 'all granted'
custom_fragment: ''
files_match:
avdfm_wmge9rcasi7k:
path: \.php$
sethandler: 'proxy:fcgi://127.0.0.1:9000'
custom_fragment: ''
provider: filesmatch
provider: directory
letsencrypt:
install: '0'
settings:
email: ''
domains: { }
php:
install: '1'
settings:
version: '7.0'
modules:
php:
- cli
- intl
- xml
pear: { }
pecl: { }
ini:
display_errors: 'On'
error_reporting: '-1'
session.save_path: /var/lib/php/session
date.timezone: UTC
fpm_ini:
error_log: /var/log/php-fpm.log
fpm_pools:
phpfp_yfy57q7qfh22:
ini:
prefix: www
listen: '127.0.0.1:9000'
security.limit_extensions: .php
user: www-user
group: www-data
composer: '1'
composer_home: ''
xdebug:
install: '1'
settings:
xdebug.default_enable: '1'
xdebug.remote_autostart: '0'
xdebug.remote_connect_back: '1'
xdebug.remote_enable: '1'
xdebug.remote_handler: dbgp
xdebug.remote_port: '9000'
blackfire:
install: '0'
settings:
server_id: ''
server_token: ''
agent:
http_proxy: ''
https_proxy: ''
log_file: stderr
log_level: '1'
php:
agent_timeout: '0.25'
log_file: ''
log_level: '1'
xhprof:
install: '0'
wpcli:
install: '0'
version: v0.24.1
drush:
install: '0'
version: 8.0.5
ruby:
install: '0'
versions:
rv_e4ual7ij3i7k:
default: '1'
bundler: '1'
version: 2.3.1
gems:
- deep_merge@1.0.1
- activesupport@4.2.6
- vine@0.2
python:
install: '0'
packages: { }
versions: { }
nodejs:
install: '0'
settings:
version: '6'
npm_packages: { }
hhvm:
install: '0'
composer: '1'
composer_home: ''
settings: { }
server_ini:
hhvm.server.host: 127.0.0.1
hhvm.server.port: '9000'
hhvm.log.use_log_file: '1'
hhvm.log.file: /var/log/hhvm/error.log
php_ini:
display_errors: 'On'
error_reporting: '-1'
date.timezone: UTC
mariadb:
install: '0'
settings:
version: '10.1'
root_password: '123'
override_options: { }
adminer: 0
users:
mariadbnu_gyzqdlofynmr:
name: dbuser
password: '123'
databases:
mariadbnd_ctcvlouw2p29:
name: dbname
sql: ''
grants:
mariadbng_zjyfd2nvjzbs:
user: dbuser
table: '*.*'
privileges:
- ALL
mysql:
install: '0'
settings:
version: '5.7'
root_password: '123'
override_options: { }
adminer: 0
users:
mysqlnu_rvi8axh9ruiw:
name: dbuser
password: '123'
databases:
mysqlnd_gftgskol807c:
name: dbname
sql: ''
grants:
mysqlng_i5g2cqaf2t3f:
user: dbuser
table: '*.*'
privileges:
- ALL
postgresql:
install: '0'
settings:
global:
encoding: UTF8
version: '9.6'
server:
postgres_password: '123'
databases: { }
users: { }
grants: { }
adminer: 0
mongodb:
install: '0'
settings:
bind_ip: 127.0.0.1
port: '27017'
globals:
version: 2.6.0
databases: { }
redis:
install: '0'
settings:
port: '6379'
sqlite:
install: '0'
adminer: 0
databases: { }
mailhog:
install: '0'
settings:
smtp_ip: 0.0.0.0
smtp_port: 1025
http_ip: 0.0.0.0
http_port: '8025'
path: /usr/local/bin/mailhog
beanstalkd:
install: '0'
settings:
listenaddress: 0.0.0.0
listenport: '11300'
maxjobsize: '65535'
maxconnections: '1024'
binlogdir: /var/lib/beanstalkd/binlog
binlogfsync: null
binlogsize: '10485760'
beanstalk_console: 0
rabbitmq:
install: '0'
settings:
port: '5672'
users: { }
vhosts: { }
plugins: { }
elastic_search:
install: '0'
settings:
version: 2.3.1
java_install: true
instances:
esi_0ut5i7ylbubf:
name: es-01
solr:
install: '0'
settings:
version: 5.5.2
port: '8984'
[01:14 AM]-[vagrant@machine1]-[~]
$ ifconfig
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fe63:82ef prefixlen 64 scopeid 0x20<link>
ether 08:00:27:63:82:ef txqueuelen 1000 (Ethernet)
RX packets 75133 bytes 77391801 (73.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 28271 bytes 1928498 (1.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 8 bytes 656 (656.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8 bytes 656 (656.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[01:14 AM]-[vagrant@machine1]-[~]
$
➜ dev vagrant up
Bringing machine 'machine1' up with 'virtualbox' provider...
==> machine1: Importing base box 'puphpet/centos7-x64'...
==> machine1: Matching MAC address for NAT networking...
==> machine1: Checking if box 'puphpet/centos7-x64' is up to date...
==> machine1: Setting the name of the VM: dev_machine1_1482108538988_30275
==> machine1: Clearing any previously set network interfaces...
==> machine1: Preparing network interfaces based on configuration...
machine1: Adapter 1: nat
machine1: Adapter 2: hostonly
==> machine1: Forwarding ports...
machine1: 22 (guest) => 7951 (host) (adapter 1)
machine1: 22 (guest) => 2222 (host) (adapter 1)
==> machine1: Running 'pre-boot' VM customizations...
==> machine1: Booting VM...
==> machine1: Waiting for machine to boot. This may take a few minutes...
machine1: SSH address: 127.0.0.1:2222
machine1: SSH username: vagrant
machine1: SSH auth method: private key
machine1: Warning: Remote connection disconnect. Retrying...
machine1: Warning: Remote connection disconnect. Retrying...
machine1: Warning: Remote connection disconnect. Retrying...
==> machine1: Machine booted and ready!
==> machine1: Checking for guest additions in VM...
machine1: The guest additions on this VM do not match the installed version of
machine1: VirtualBox! In most cases this is fine, but in rare cases it can
machine1: prevent things such as shared folders from working properly. If you see
machine1: shared folder errors, please make sure the guest additions within the
machine1: virtual machine match the version of VirtualBox you have installed on
machine1: your host and reload your VM.
machine1:
machine1: Guest Additions Version: 5.0.26
machine1: VirtualBox Version: 5.1
==> machine1: Setting hostname...
==> machine1: Configuring and enabling network interfaces...
==> machine1: Mounting shared folders...
machine1: /vagrant => /Users/cpeterson/VirtualBox VMs/Configs/dev
machine1: /var/www/vhosts => /Users/cpeterson/PhpstormProjects
machine1: /tmp/vagrant-puppet/modules-dda625b116ed68f44b4c8d943a64487e => /Users/cpeterson/VirtualBox VMs/Configs/dev/puphpet/puppet/modules
machine1: /tmp/vagrant-puppet/modules-16938f2bdd3052b43c43c538b977a102 => /Users/cpeterson/VirtualBox VMs/Configs/dev/puphpet/puppet/manifests
machine1: /tmp/vagrant-puppet/manifests-75f35e3bc7e32744860c4bb229c88812 => /Users/cpeterson/VirtualBox VMs/Configs/dev/puphpet/puppet/manifests
==> machine1: Running provisioner: shell...
machine1: Running: inline script
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-6bjcfo.sh
==> machine1:
==> machine1: ____ ____ _ _ ____ _ generated using
==> machine1: | _ \ _ _| _ \| | | | _ \ ___| |_ ___ ___ _ __ ___
==> machine1: | |_) | | | | |_) | |_| | |_) / _ \ __| / __/ _ \| '_ ` _ \
==> machine1: | __/| |_| | __/| _ | __/ __/ |_ | (_| (_) | | | | | |
==> machine1: |_| \__,_|_| |_| |_|_| \___|\__(_)___\___/|_| |_| |_|
==> machine1:
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-8b7er1.sh
==> machine1: Pre-existing private key found at 'puphpet/files/dot/ssh/root_id_rsa'
==> machine1: Pre-existing private key found at 'puphpet/files/dot/ssh/id_rsa'
==> machine1: Adding generated root key to /root/.ssh/id_rsa
==> machine1: Adding generated root key to /root/.ssh/id_rsa.pub
==> machine1: Adding generated root key to /root/.ssh/authorized_keys
==> machine1: Adding generated key to /home/vagrant/.ssh/id_rsa
==> machine1: Adding generated key to /home/vagrant/.ssh/id_rsa.pub
==> machine1: Adding generated key to /home/vagrant/.ssh/authorized_keys
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-f982qx.sh
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-1f15aym.sh
==> machine1: Running files in files/exec-preprovision
==> machine1: Created file /.puphpet-stuff/exec-preprovision-ran
==> machine1: Finished running files in files/exec-preprovision
==> machine1: To run again, delete hashes you want rerun in /.puphpet-stuff/exec-preprovision-ran or the whole file to rerun all
==> machine1: Running provisioner: puppet...
==> machine1: Running Puppet with ...
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Info: Loading facts
==> machine1: Error: Facter: error while resolving custom fact "nodejs_latest_version": execution expired
==> machine1: Error: Facter: error while resolving custom fact "nodejs_stable_version": execution expired
==> machine1: Warning: The key 'shib2' is declared more than once at /tmp/vagrant-puppet/modules-dda625b116ed68f44b4c8d943a64487e/apache/manifests/params.pp:251:21
==> machine1: Notice: Compiled catalog for machine1.puphpet in environment production in 5.38 seconds
==> machine1: Info: Applying configuration version '1482108631'
==> machine1: Notice: /Stage[main]/Rvm::Group/Group[rvm]/ensure: created
==> machine1: Notice: /Stage[main]/Rvm::Rvmrc/File[/etc/rvmrc]/ensure: defined content as '{md5}3ec590d219afbf91a7c1a149a15e72cb'
==> machine1: Notice: /Stage[main]/Puphpet::Server/Group[puppet]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Server/Group[www-user]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Server/User[vagrant]/groups: groups changed 'vagrant' to ['rvm', 'vagrant', 'www-data', 'www-user']
==> machine1: Notice: /Stage[main]/Puphpet::Server/User[apache]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Server/User[nginx]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Server/User[httpd]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Server/User[www-data]/groups: groups changed '' to ['www-data']
==> machine1: Notice: /Stage[main]/Puphpet::Server/User[www-user]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Server/Exec[dotfiles]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Exec[mkdir -p /var/lib/php/session]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Exec[mkdir -p /var/lib/php/session]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/File[/var/lib/php/session]/owner: owner changed 'root' to 'www-data'
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/File[/var/lib/php/session]/group: group changed 'root' to 'www-data'
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/File[/var/lib/php/session]/mode: mode changed '0755' to '0775'
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/File[/var/lib/php/session]/seluser: seluser changed 'unconfined_u' to 'system_u'
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/File[/var/lib/php/session]/seltype: seltype changed 'var_lib_t' to 'httpd_var_run_t'
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Exec[Fix pid_file path]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Exec[Fix pid_file path]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel]/Yumrepo[epel]/mirrorlist: mirrorlist changed 'https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=$basearch'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel]/Yumrepo[epel]/priority: defined 'priority' as '16'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-debuginfo]/File[/etc/yum.repos.d/epel-debuginfo.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-debuginfo]/Yumrepo[epel-debuginfo]/mirrorlist: mirrorlist changed 'https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=$basearch'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-debuginfo]/Yumrepo[epel-debuginfo]/priority: defined 'priority' as '16'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-source]/File[/etc/yum.repos.d/epel-source.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-source]/Yumrepo[epel-source]/mirrorlist: mirrorlist changed 'https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-source-7&arch=$basearch'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-source]/Yumrepo[epel-source]/priority: defined 'priority' as '16'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-testing]/Yumrepo[epel-testing]/mirrorlist: mirrorlist changed 'https://mirrors.fedoraproject.org/metalink?repo=testing-epel7&arch=$basearch' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel7&arch=$basearch'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-testing]/Yumrepo[epel-testing]/priority: defined 'priority' as '17'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-testing-debuginfo]/File[/etc/yum.repos.d/epel-testing-debuginfo.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-testing-debuginfo]/Yumrepo[epel-testing-debuginfo]/mirrorlist: mirrorlist changed 'https://mirrors.fedoraproject.org/metalink?repo=testing-debug-epel7&arch=$basearch' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=testing-debug-epel7&arch=$basearch'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-testing-debuginfo]/Yumrepo[epel-testing-debuginfo]/priority: defined 'priority' as '17'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-testing-source]/File[/etc/yum.repos.d/epel-testing-source.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-testing-source]/Yumrepo[epel-testing-source]/mirrorlist: mirrorlist changed 'https://mirrors.fedoraproject.org/metalink?repo=testing-source-epel7&arch=$basearch' to 'http://mirrors.fedoraproject.org/mirrorlist?repo=testing-source-epel7&arch=$basearch'
==> machine1: Notice: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel-testing-source]/Yumrepo[epel-testing-source]/priority: defined 'priority' as '17'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[base]/File[/etc/yum.repos.d/base.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[base]/Yumrepo[base]/mirrorlist: mirrorlist changed 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra' to 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[base]/Yumrepo[base]/enabled: defined 'enabled' as '1'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[base]/Yumrepo[base]/failovermethod: defined 'failovermethod' as 'priority'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[base]/Yumrepo[base]/priority: defined 'priority' as '2'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[updates]/File[/etc/yum.repos.d/updates.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[updates]/Yumrepo[updates]/mirrorlist: mirrorlist changed 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra' to 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[updates]/Yumrepo[updates]/enabled: defined 'enabled' as '1'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[updates]/Yumrepo[updates]/failovermethod: defined 'failovermethod' as 'priority'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[updates]/Yumrepo[updates]/priority: defined 'priority' as '2'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[extras]/File[/etc/yum.repos.d/extras.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[extras]/Yumrepo[extras]/mirrorlist: mirrorlist changed 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra' to 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[extras]/Yumrepo[extras]/enabled: defined 'enabled' as '1'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[extras]/Yumrepo[extras]/failovermethod: defined 'failovermethod' as 'priority'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[extras]/Yumrepo[extras]/priority: defined 'priority' as '2'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[centosplus]/File[/etc/yum.repos.d/centosplus.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[centosplus]/Yumrepo[centosplus]/descr: descr changed 'CentOS-$releasever - Plus' to 'CentOS-$releasever - Centosplus'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[centosplus]/Yumrepo[centosplus]/mirrorlist: mirrorlist changed 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra' to 'http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[centosplus]/Yumrepo[centosplus]/enabled: enabled changed '0' to '1'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[centosplus]/Yumrepo[centosplus]/failovermethod: defined 'failovermethod' as 'priority'
==> machine1: Notice: /Stage[main]/Yum::Repo::Centos7/Yum::Managed_yumrepo[centosplus]/Yumrepo[centosplus]/priority: defined 'priority' as '3'
==> machine1: Notice: /Stage[main]/Puphpet::Server::Centos_ius/Puphpet::Server::Wget[/.puphpet-stuff/ius.sh]/Exec[download https://setup.ius.io/]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet::Server::Centos_ius/Puphpet::Server::Wget[/.puphpet-stuff/ius.sh]/File[/.puphpet-stuff/ius.sh]/mode: mode changed '0644' to '0755' (+x)
==> machine1: Notice: /Stage[main]/Puphpet::Server::Centos_ius/Puphpet::Server::Wget[/.puphpet-stuff/ius.sh]/File[/.puphpet-stuff/ius.sh]/seluser: seluser changed 'unconfined_u' to 'system_u'
==> machine1: Notice: /Stage[main]/Puphpet::Server::Centos_ius/Exec[/.puphpet-stuff/ius.sh && touch /.puphpet-stuff/ius.sh-ran]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat]/ensure: created
==> machine1: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat/bin]/ensure: created
==> machine1: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat/bin/concatfragments.rb]/ensure: defined content as '{md5}b684db0eac243553a6a79365119a363d'
==> machine1: Notice: /Stage[main]/Yum::Repo::Remi/Yum::Managed_yumrepo[remi]/File[/etc/yum.repos.d/remi.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Remi/Yum::Managed_yumrepo[remi]/File[/etc/pki/rpm-gpg/RPM-GPG-KEY-remi]/ensure: defined content as '{md5}3abb4e5a7b1408c888e19f718c012630'
==> machine1: Notice: /Stage[main]/Yum::Repo::Remi/Yum::Managed_yumrepo[remi]/Yumrepo[remi]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Remi/Yum::Managed_yumrepo[remi-test]/File[/etc/yum.repos.d/remi-test.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Yum::Repo::Remi/Yum::Managed_yumrepo[remi-test]/Yumrepo[remi-test]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Php::Repo::Centos/Yum::Managed_yumrepo[remi-php70]/File[/etc/yum.repos.d/remi-php70.repo]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Php::Repo::Centos/Yum::Managed_yumrepo[remi-php70]/Yumrepo[remi-php70]/ensure: created
==> machine1: Notice: /Stage[main]/Firewall::Linux::Redhat/Package[iptables-services]/ensure: created
==> machine1: Notice: /Stage[main]/Firewall::Linux::Redhat/Exec[/usr/bin/systemctl daemon-reload]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Firewall::Linux::Redhat/File[/etc/sysconfig/iptables]/seluser: seluser changed 'system_u' to 'unconfined_u'
==> machine1: Notice: /Stage[main]/Firewall::Linux::Redhat/Service[iptables]/ensure: ensure changed 'stopped' to 'running'
==> machine1: Info: /Stage[main]/Firewall::Linux::Redhat/Service[iptables]: Unscheduling refresh on Service[iptables]
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[000 accept all icmp]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[001 accept all to lo interface]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[002 reject local traffic not on loopback interface]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[003 accept related established rules]/ensure: created
==> machine1: Notice: /Stage[main]/Timezone/File[/etc/localtime]/target: target changed '../usr/share/zoneinfo/UTC' to '/usr/share/zoneinfo/UTC'
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Gnupg_key[rvm_D39DC0E3]/ensure: created
==> machine1: Notice: /Stage[main]/Rvm::System/Exec[system-rvm]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Exec[rvm rvmrc warning ignore all.rvmrcs]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Ntp::Install/Package[ntp]/ensure: created
==> machine1: Info: Computing checksum on file /etc/ntp.conf
==> machine1: Info: /Stage[main]/Ntp::Config/File[/etc/ntp.conf]: Filebucketed /etc/ntp.conf to puppet with sum dc9e5754ad2bb6f6c32b954c04431d0a
==> machine1: Notice: /Stage[main]/Ntp::Config/File[/etc/ntp.conf]/content: content changed '{md5}dc9e5754ad2bb6f6c32b954c04431d0a' to '{md5}1f44e40bd99abd89f0a209e823285332'
==> machine1: Info: Class[Ntp::Config]: Scheduling refresh of Class[Ntp::Service]
==> machine1: Info: Class[Ntp::Service]: Scheduling refresh of Service[ntp]
==> machine1: Notice: /Stage[main]/Ntp::Service/Service[ntp]/ensure: ensure changed 'stopped' to 'running'
==> machine1: Info: /Stage[main]/Ntp::Service/Service[ntp]: Unscheduling refresh on Service[ntp]
==> machine1: Notice: /Stage[main]/Puphpet::Server/Package[augeas]/ensure: created
==> machine1: Notice: /Stage[main]/Apache/Package[httpd]/ensure: created
==> machine1: Info: /Stage[main]/Apache/Package[httpd]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Mime/File[mime.conf]/ensure: defined content as '{md5}9da85e58f3bd6c780ce76db603b7f028'
==> machine1: Info: /Stage[main]/Apache::Mod::Mime/File[mime.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Mime_magic/File[mime_magic.conf]/ensure: defined content as '{md5}b258529b332429e2ff8344f726a95457'
==> machine1: Info: /Stage[main]/Apache::Mod::Mime_magic/File[mime_magic.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Alias/File[alias.conf]/ensure: defined content as '{md5}983e865be85f5e0daaed7433db82995e'
==> machine1: Info: /Stage[main]/Apache::Mod::Alias/File[alias.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]/ensure: defined content as '{md5}2421a3c6df32c7e38c2a7a22afdf5728'
==> machine1: Info: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]/ensure: defined content as '{md5}a045d750d819b1e9dae3fbfb3f20edd5'
==> machine1: Info: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dir/File[dir.conf]/ensure: defined content as '{md5}c741d8ea840e6eb999d739eed47c69d7'
==> machine1: Info: /Stage[main]/Apache::Mod::Dir/File[dir.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]/ensure: defined content as '{md5}47284b5580b986a6ba32580b6ffb9fd7'
==> machine1: Info: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]/ensure: defined content as '{md5}c7ede4173da1915b7ec088201f030c28'
==> machine1: Info: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Worker/File[/etc/httpd/conf.modules.d/worker.conf]/ensure: defined content as '{md5}1e3caf54ba0d71f3502b6cce6cda38d8'
==> machine1: Info: /Stage[main]/Apache::Mod::Worker/File[/etc/httpd/conf.modules.d/worker.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Ssl::Snakeoil/Package[openssl]/ensure: ensure changed '1:1.0.1e-51.el7_2.7' to '1:1.0.1e-60.el7'
==> machine1: Notice: /Stage[main]/Php/Package[php-fpm]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Package[php-devel]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Exec[set php session path owner/group]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Composer/Exec[download_composer]/returns: executed successfully
==> machine1: Info: /Stage[main]/Composer/Exec[download_composer]: Scheduling refresh of Exec[move_composer_/usr/local/bin]
==> machine1: Notice: /Stage[main]/Composer/Exec[move_composer_/usr/local/bin]: Triggered 'refresh' from 1 events
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/Package[xdebug]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Php::Xdebug::Install/Package[xdebug]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/File[/usr/bin/xdebug]/ensure: defined content as '{md5}813de5ab3b902336754e83d0391e375d'
==> machine1: Notice: /Stage[main]/Puphpet::Firewall/Puphpet::Firewall::Port[22]/Firewall[100 tcp/22]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Firewall::Post/Firewall[999 drop all]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Dotfile[do]/File[/home/vagrant/.rvmrc]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Dotfile[do]/File_line[rvm_autoupdate_flag=0 >> ~/.rvmrc]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Dotfile[do]/File[/root/.rvmrc]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Dotfile[do]/File_line[rvm_autoupdate_flag=0 >> /root/.rvmrc]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Install[rv_e4ual7ij3i7k]/Rvm_system_ruby[2.3.1]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Install[rv_e4ual7ij3i7k]/Rvm_gem[deep_merge]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Install[rv_e4ual7ij3i7k]/Rvm_gem[activesupport]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Install[rv_e4ual7ij3i7k]/Rvm_gem[vine]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Ruby/Puphpet::Ruby::Install[rv_e4ual7ij3i7k]/Rvm_gem[bundler]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Firewall::Port[80]/Firewall[100 tcp/80]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Firewall::Port[443]/Firewall[100 tcp/443]/ensure: created
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf]/ensure: created
==> machine1: Info: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf]: Scheduling refresh of Exec[concat_/etc/httpd/conf/ports.conf]
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments]: Scheduling refresh of Exec[concat_/etc/httpd/conf/ports.conf]
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Apache/Concat::Fragment[Apache ports header]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments/10_Apache ports header]/ensure: defined content as '{md5}afe35cb5747574b700ebaa0f0b3a626e'
==> machine1: Info: /Stage[main]/Apache/Concat::Fragment[Apache ports header]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments/10_Apache ports header]: Scheduling refresh of Exec[concat_/etc/httpd/conf/ports.conf]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[log_config]/File[log_config.load]/ensure: defined content as '{md5}785d35cb285e190d589163b45263ca89'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[log_config]/File[log_config.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[systemd]/File[systemd.load]/ensure: defined content as '{md5}26e5d44aae258b3e9d821cbbbd3e2826'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[systemd]/File[systemd.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[unixd]/File[unixd.load]/ensure: defined content as '{md5}0e8468ecc1265f8947b8725f4d1be9c0'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[unixd]/File[unixd.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]/ensure: defined content as '{md5}d1045f54d2798499ca0f030ca0eef920'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Actions/Apache::Mod[actions]/File[actions.load]/ensure: defined content as '{md5}599866dfaf734f60f7e2d41ee8235515'
==> machine1: Info: /Stage[main]/Apache::Mod::Actions/Apache::Mod[actions]/File[actions.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Authn_core/Apache::Mod[authn_core]/File[authn_core.load]/ensure: defined content as '{md5}704d6e8b02b0eca0eba4083960d16c52'
==> machine1: Info: /Stage[main]/Apache::Mod::Authn_core/Apache::Mod[authn_core]/File[authn_core.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Cache/Apache::Mod[cache]/File[cache.load]/ensure: defined content as '{md5}01e4d392225b518a65b0f7d6c4e21d29'
==> machine1: Info: /Stage[main]/Apache::Mod::Cache/Apache::Mod[cache]/File[cache.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Ext_filter/Apache::Mod[ext_filter]/File[ext_filter.load]/ensure: defined content as '{md5}76d5e0ac3411a4be57ac33ebe2e52ac8'
==> machine1: Info: /Stage[main]/Apache::Mod::Ext_filter/Apache::Mod[ext_filter]/File[ext_filter.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.load]/ensure: defined content as '{md5}e36257b9efab01459141d423cae57c7c'
==> machine1: Info: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Mime_magic/Apache::Mod[mime_magic]/File[mime_magic.load]/ensure: defined content as '{md5}cb8670bb2fb352aac7ebf3a85d52094c'
==> machine1: Info: /Stage[main]/Apache::Mod::Mime_magic/Apache::Mod[mime_magic]/File[mime_magic.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Rewrite/Apache::Mod[rewrite]/File[rewrite.load]/ensure: defined content as '{md5}26e2683352fc1599f29573ff0d934e79'
==> machine1: Info: /Stage[main]/Apache::Mod::Rewrite/Apache::Mod[rewrite]/File[rewrite.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Speling/Apache::Mod[speling]/File[speling.load]/ensure: defined content as '{md5}f82e9e6b871a276c324c9eeffcec8a61'
==> machine1: Info: /Stage[main]/Apache::Mod::Speling/Apache::Mod[speling]/File[speling.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Suexec/Apache::Mod[suexec]/File[suexec.load]/ensure: defined content as '{md5}c7d5c61c534ba423a79b0ae78ff9be35'
==> machine1: Info: /Stage[main]/Apache::Mod::Suexec/Apache::Mod[suexec]/File[suexec.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Version/Apache::Mod[version]/File[version.load]/ensure: defined content as '{md5}1c9243de22ace4dc8266442c48ae0c92'
==> machine1: Info: /Stage[main]/Apache::Mod::Version/Apache::Mod[version]/File[version.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Vhost_alias/Apache::Mod[vhost_alias]/File[vhost_alias.load]/ensure: defined content as '{md5}eca907865997d50d5130497665c3f82e'
==> machine1: Info: /Stage[main]/Apache::Mod::Vhost_alias/Apache::Mod[vhost_alias]/File[vhost_alias.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_digest]/File[auth_digest.load]/ensure: defined content as '{md5}df9e85f8da0b239fe8e698ae7ead4f60'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_digest]/File[auth_digest.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_anon]/File[authn_anon.load]/ensure: defined content as '{md5}bf57b94b5aec35476fc2a2dc3861f132'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_anon]/File[authn_anon.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_dbm]/File[authn_dbm.load]/ensure: defined content as '{md5}90ee8f8ef1a017cacadfda4225e10651'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authn_dbm]/File[authn_dbm.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_dbm]/File[authz_dbm.load]/ensure: defined content as '{md5}c1363277984d22f99b70f7dce8753b60'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_dbm]/File[authz_dbm.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_owner]/File[authz_owner.load]/ensure: defined content as '{md5}f30a9be1016df87f195449d9e02d1857'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_owner]/File[authz_owner.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[expires]/File[expires.load]/ensure: defined content as '{md5}f0825bad1e470de86ffabeb86dcc5d95'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[expires]/File[expires.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[include]/File[include.load]/ensure: defined content as '{md5}88095a914eedc3c2c184dd5d74c3954c'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[include]/File[include.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[logio]/File[logio.load]/ensure: defined content as '{md5}084533c7a44e9129d0e6df952e2472b6'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[logio]/File[logio.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[substitute]/File[substitute.load]/ensure: defined content as '{md5}8077c34a71afcf41c8fc644830935915'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[substitute]/File[substitute.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[usertrack]/File[usertrack.load]/ensure: defined content as '{md5}e95fbbf030fabec98b948f8dc217775c'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[usertrack]/File[usertrack.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.load]/ensure: defined content as '{md5}3cf2fa309ccae4c29a4b875d0894cd79'
==> machine1: Info: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Authn_file/Apache::Mod[authn_file]/File[authn_file.load]/ensure: defined content as '{md5}d41656680003d7b890267bb73621c60b'
==> machine1: Info: /Stage[main]/Apache::Mod::Authn_file/Apache::Mod[authn_file]/File[authn_file.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.load]/ensure: defined content as '{md5}515cdf5b573e961a60d2931d39248648'
==> machine1: Info: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dav/Apache::Mod[dav]/File[dav.load]/ensure: defined content as '{md5}588e496251838c4840c14b28b5aa7881'
==> machine1: Info: /Stage[main]/Apache::Mod::Dav/Apache::Mod[dav]/File[dav.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]/ensure: defined content as '{md5}899a57534f3d84efa81887ec93c90c9b'
==> machine1: Info: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]/ensure: defined content as '{md5}2996277c73b1cd684a9a3111c355e0d3'
==> machine1: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]/ensure: defined content as '{md5}2d1a1afcae0c70557251829a8586eeaf'
==> machine1: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.load]/ensure: defined content as '{md5}1bfb1c2a46d7351fc9eb47c659dee068'
==> machine1: Info: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.load]/ensure: defined content as '{md5}d262ee6a5f20d9dd7f87770638dc2ccd'
==> machine1: Info: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.load]/ensure: defined content as '{md5}ec6c99f7cc8e35bdbcf8028f652c9f6d'
==> machine1: Info: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]/ensure: defined content as '{md5}494bcf4b843f7908675d663d8dc1bdc8'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Filter/Apache::Mod[filter]/File[filter.load]/ensure: defined content as '{md5}66a1e2064a140c3e7dca7ac33877700e'
==> machine1: Info: /Stage[main]/Apache::Mod::Filter/Apache::Mod[filter]/File[filter.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_core]/File[authz_core.load]/ensure: defined content as '{md5}39942569bff2abdb259f9a347c7246bc'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_core]/File[authz_core.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load]/ensure: defined content as '{md5}d5feb88bec4570e2dbc41cce7e0de003'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load]/ensure: defined content as '{md5}63594303ee808423679b1ea13dd5a784'
==> machine1: Info: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]/ensure: defined content as '{md5}ae005a36b3ac8c20af36c434561c8a75'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[env]/File[env.load]/ensure: defined content as '{md5}d74184d40d0ee24ba02626a188ee7e1a'
==> machine1: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[env]/File[env.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/httpd/conf.modules.d/worker.load]/ensure: defined content as '{md5}dbd53349f12f9fceabb90459af4a2540'
==> machine1: Info: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/httpd/conf.modules.d/worker.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.load]/ensure: defined content as '{md5}80b74de5dbd6423d5fd64cc82dcd7ea4'
==> machine1: Info: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Proxy/File[proxy.conf]/ensure: defined content as '{md5}9eab682d8c4c89abd0ff20c1a60b908d'
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy/File[proxy.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Ini[error_log: /var/log/php-fpm.log]/Augeas[global/error_log: /var/log/php-fpm.log]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Ini[error_log: /var/log/php-fpm.log]/Augeas[global/error_log: /var/log/php-fpm.log]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Ini[pid: /var/run/php-fpm.pid]/Augeas[global/pid: /var/run/php-fpm.pid]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Ini[pid: /var/run/php-fpm.pid]/Augeas[global/pid: /var/run/php-fpm.pid]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Pool_ini[www/security.limit_extensions: .php]/Augeas[www/security.limit_extensions: .php]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Pool_ini[www/security.limit_extensions: .php]/Augeas[www/security.limit_extensions: .php]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Pool_ini[www/user: www-user]/Augeas[www/user: www-user]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Pool_ini[www/user: www-user]/Augeas[www/user: www-user]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Pool_ini[www/group: www-data]/Augeas[www/group: www-data]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Fpm::Config/Puphpet::Php::Fpm::Pool_ini[www/group: www-data]/Augeas[www/group: www-data]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php.d/zzzz_custom.ini]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[cgi.fix_pathinfo]/Augeas[CUSTOM/cgi.fix_pathinfo: 1]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[cgi.fix_pathinfo]/Augeas[CUSTOM/cgi.fix_pathinfo: 1]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[display_errors]/Augeas[CUSTOM/display_errors: On]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[display_errors]/Augeas[CUSTOM/display_errors: On]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[error_reporting]/Augeas[CUSTOM/error_reporting: -1]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[error_reporting]/Augeas[CUSTOM/error_reporting: -1]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[session.save_path]/Augeas[CUSTOM/session.save_path: /var/lib/php/session]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[session.save_path]/Augeas[CUSTOM/session.save_path: /var/lib/php/session]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[date.timezone]/Augeas[CUSTOM/date.timezone: UTC]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Puphpet::Php::Ini[date.timezone]/Augeas[CUSTOM/date.timezone: UTC]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.default_enable]/File[/etc/php.d/99-xdebug.ini]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.default_enable]/Augeas[XDEBUG/xdebug.default_enable: 1]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.default_enable]/Augeas[XDEBUG/xdebug.default_enable: 1]: Scheduling refresh of Service[php-fpm]
==> machine1: Info: Puphpet::Php::Ini[xdebug.default_enable]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_autostart]/Augeas[XDEBUG/xdebug.remote_autostart: 0]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_autostart]/Augeas[XDEBUG/xdebug.remote_autostart: 0]: Scheduling refresh of Service[php-fpm]
==> machine1: Info: Puphpet::Php::Ini[xdebug.remote_autostart]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_connect_back]/Augeas[XDEBUG/xdebug.remote_connect_back: 1]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_connect_back]/Augeas[XDEBUG/xdebug.remote_connect_back: 1]: Scheduling refresh of Service[php-fpm]
==> machine1: Info: Puphpet::Php::Ini[xdebug.remote_connect_back]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_enable]/Augeas[XDEBUG/xdebug.remote_enable: 1]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_enable]/Augeas[XDEBUG/xdebug.remote_enable: 1]: Scheduling refresh of Service[php-fpm]
==> machine1: Info: Puphpet::Php::Ini[xdebug.remote_enable]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_handler]/Augeas[XDEBUG/xdebug.remote_handler: dbgp]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_handler]/Augeas[XDEBUG/xdebug.remote_handler: dbgp]: Scheduling refresh of Service[php-fpm]
==> machine1: Info: Puphpet::Php::Ini[xdebug.remote_handler]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_port]/Augeas[XDEBUG/xdebug.remote_port: 9000]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Php::Xdebug::Install/Puphpet::Php::Ini[xdebug.remote_port]/Augeas[XDEBUG/xdebug.remote_port: 9000]: Scheduling refresh of Service[php-fpm]
==> machine1: Info: Puphpet::Php::Ini[xdebug.remote_port]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Yum::Prerequisites/Yum::Plugin[priorities]/Package[yum-plugin-priorities]/ensure: created
==> machine1: Notice: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.load]/ensure: defined content as '{md5}fe26a0a70f572eb256a3c6c183a62223'
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load]/ensure: defined content as '{md5}0329b852b123a914fca8b072de61f913'
==> machine1: Info: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Module::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load]/ensure: defined content as '{md5}0858d30d087758292abc5f15358153d2'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Module::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/Package[mod24u_ssl]/ensure: created
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/Package[mod24u_ssl]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/httpd/conf.d/README
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.d/README]: Filebucketed /etc/httpd/conf.d/README to puppet with sum 20b886e8496027dcbc31ed28d404ebb1
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.d/README]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.d/autoindex.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.d/autoindex.conf]: Filebucketed /etc/httpd/conf.d/autoindex.conf to puppet with sum 1d7d7dd9f1b4beef5a21688ededda355
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.d/autoindex.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.d/ssl.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.d/ssl.conf]: Filebucketed /etc/httpd/conf.d/ssl.conf to puppet with sum 5afeae2bc76d09b0b5dd04ba9e2b3522
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.d/ssl.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.d/userdir.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.d/userdir.conf]: Filebucketed /etc/httpd/conf.d/userdir.conf to puppet with sum d4a2620683cc3ff2315c685f9f354265
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.d/userdir.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.d/welcome.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.d/welcome.conf]: Filebucketed /etc/httpd/conf.d/welcome.conf to puppet with sum a01d5e7293cc81f258f80a3560f8fca0
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.d/welcome.conf]/ensure: removed
==> machine1: Info: /etc/httpd/conf.d: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]/ensure: defined content as '{md5}91669c68b87e9f1edc7141a6a13bee1c'
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]/ensure: defined content as '{md5}e282ac9f82fe5538692a4de3616fb695'
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[socache_shmcb]/File[socache_shmcb.load]/ensure: defined content as '{md5}ab31a6ea611785f74851b578572e4157'
==> machine1: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[socache_shmcb]/File[socache_shmcb.load]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/00-base.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-base.conf]: Filebucketed /etc/httpd/conf.modules.d/00-base.conf to puppet with sum f5c53675605248717bde134c7577e5d7
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-base.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/00-dav.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-dav.conf]: Filebucketed /etc/httpd/conf.modules.d/00-dav.conf to puppet with sum 56406b62d1fc7b7f1912e5b9e223f7a0
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-dav.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/00-lua.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-lua.conf]: Filebucketed /etc/httpd/conf.modules.d/00-lua.conf to puppet with sum 449a4aea60473ac4a16f025fca4463e3
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-lua.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/00-mpm.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-mpm.conf]: Filebucketed /etc/httpd/conf.modules.d/00-mpm.conf to puppet with sum 820f672ca85595fd80620db585d51970
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-mpm.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/00-optional.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-optional.conf]: Filebucketed /etc/httpd/conf.modules.d/00-optional.conf to puppet with sum 914e811f88da81c20b6a3259e15a434b
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-optional.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/00-proxy.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-proxy.conf]: Filebucketed /etc/httpd/conf.modules.d/00-proxy.conf to puppet with sum 617e71cda2434ae1c9eafcc66e0e9fb9
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-proxy.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/00-ssl.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-ssl.conf]: Filebucketed /etc/httpd/conf.modules.d/00-ssl.conf to puppet with sum e282ac9f82fe5538692a4de3616fb695
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-ssl.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/00-systemd.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-systemd.conf]: Filebucketed /etc/httpd/conf.modules.d/00-systemd.conf to puppet with sum fd94264cd695af2ad86e7715c10e285d
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/00-systemd.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/01-cgi.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/01-cgi.conf]: Filebucketed /etc/httpd/conf.modules.d/01-cgi.conf to puppet with sum 36e54d4b2bd190f5cbad876bfbeda461
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/01-cgi.conf]/ensure: removed
==> machine1: Info: Computing checksum on file /etc/httpd/conf.modules.d/README
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/README]: Filebucketed /etc/httpd/conf.modules.d/README to puppet with sum 8a16e88add6d6d4aa6ac55ed34b87487
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf.modules.d/README]/ensure: removed
==> machine1: Info: /etc/httpd/conf.modules.d: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Modules/Puphpet::Php::Module::Package[intl]/Php::Module[intl]/Package[PhpModule_intl]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Php::Modules/Puphpet::Php::Module::Package[intl]/Php::Module[intl]/Package[PhpModule_intl]: Scheduling refresh of Service[php-fpm]
==> machine1: Info: Puphpet::Php::Module::Package[intl]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Modules/Puphpet::Php::Module::Package[xml]/Php::Module[xml]/Package[PhpModule_xml]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Php::Modules/Puphpet::Php::Module::Package[xml]/Php::Module[xml]/Package[PhpModule_xml]: Scheduling refresh of Service[php-fpm]
==> machine1: Info: Puphpet::Php::Module::Package[xml]: Scheduling refresh of Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Php::Install/Service[php-fpm]/ensure: ensure changed 'stopped' to 'running'
==> machine1: Info: /Stage[main]/Puphpet::Php::Install/Service[php-fpm]: Unscheduling refresh on Service[php-fpm]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/0_av_oaq3ccdmlp21-apache-header]/ensure: defined content as '{md5}078aace0a2722d2b2cfb520824eb3437'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/0_av_oaq3ccdmlp21-apache-header]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-docroot]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/10_av_oaq3ccdmlp21-docroot]/ensure: defined content as '{md5}e172f002d5f2e1c5a3f4fd7655cb680d'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-docroot]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/10_av_oaq3ccdmlp21-docroot]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-directories]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/60_av_oaq3ccdmlp21-directories]/ensure: defined content as '{md5}062b03442921bdf454bfab1495e945cb'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-directories]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/60_av_oaq3ccdmlp21-directories]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-logging]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/80_av_oaq3ccdmlp21-logging]/ensure: defined content as '{md5}6efb05f4ab34f74cce90c05d3cee9f0d'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-logging]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/80_av_oaq3ccdmlp21-logging]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/90_av_oaq3ccdmlp21-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/90_av_oaq3ccdmlp21-serversignature]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-access_log]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/100_av_oaq3ccdmlp21-access_log]/ensure: defined content as '{md5}c026cfb50776ee244448f5912e887de2'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-access_log]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/100_av_oaq3ccdmlp21-access_log]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-serveralias]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/210_av_oaq3ccdmlp21-serveralias]/ensure: defined content as '{md5}d855d4b079f0b6f9cb9a03de3dc05ff4'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-serveralias]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/210_av_oaq3ccdmlp21-serveralias]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-setenv]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/220_av_oaq3ccdmlp21-setenv]/ensure: defined content as '{md5}690781efb1a78e37fbd3351bbb9ec9d7'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-setenv]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/220_av_oaq3ccdmlp21-setenv]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/270_av_oaq3ccdmlp21-custom_fragment]/ensure: defined content as '{md5}f8c31006def02970e5dd69b76a58210b'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/270_av_oaq3ccdmlp21-custom_fragment]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/999_av_oaq3ccdmlp21-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat::Fragment[av_oaq3ccdmlp21-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/25-av_oaq3ccdmlp21.conf/fragments/999_av_oaq3ccdmlp21-file_footer]: Scheduling refresh of Exec[concat_25-av_oaq3ccdmlp21.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/Exec[concat_25-av_oaq3ccdmlp21.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/Exec[concat_25-av_oaq3ccdmlp21.conf]: Triggered 'refresh' from 12 events
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Concat[25-av_oaq3ccdmlp21.conf]/File[25-av_oaq3ccdmlp21.conf]/ensure: defined content as '{md5}e135f5988373a75b0c3bc72ff02ce6fe'
==> machine1: Info: Concat[25-av_oaq3ccdmlp21.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/0_default_vhost_80-apache-header]/ensure: defined content as '{md5}0d7ce54e6cea8b2e6301eca91b62f811'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/0_default_vhost_80-apache-header]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-docroot]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/10_default_vhost_80-docroot]/ensure: defined content as '{md5}6faaccbc7ca8bc885ebf139223885d52'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-docroot]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/10_default_vhost_80-docroot]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-directories]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/60_default_vhost_80-directories]/ensure: defined content as '{md5}c0f5d086c1fb77355364fde626855125'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-directories]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/60_default_vhost_80-directories]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-logging]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/80_default_vhost_80-logging]/ensure: defined content as '{md5}28d015d6ecd2e96caf7dcd493236c089'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-logging]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/80_default_vhost_80-logging]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/90_default_vhost_80-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/90_default_vhost_80-serversignature]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-access_log]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/100_default_vhost_80-access_log]/ensure: defined content as '{md5}c598fe10d6cd027aeaeaa4ebdf1d9b37'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-access_log]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/100_default_vhost_80-access_log]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/270_default_vhost_80-custom_fragment]/ensure: defined content as '{md5}f8c31006def02970e5dd69b76a58210b'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/270_default_vhost_80-custom_fragment]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/999_default_vhost_80-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat::Fragment[default_vhost_80-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf/fragments/999_default_vhost_80-file_footer]: Scheduling refresh of Exec[concat_10-default_vhost_80.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/Exec[concat_10-default_vhost_80.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/Exec[concat_10-default_vhost_80.conf]: Triggered 'refresh' from 10 events
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[10-default_vhost_80.conf]/ensure: defined content as '{md5}22a06e6fb3f36a71f4e838cbbe2c3f63'
==> machine1: Info: Concat[10-default_vhost_80.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments.concat]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments.concat.out]/ensure: created
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/0_default_vhost_443-apache-header]/ensure: defined content as '{md5}2aab0aa1110a48821f9d1e2afca3c1ac'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/0_default_vhost_443-apache-header]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-docroot]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/10_default_vhost_443-docroot]/ensure: defined content as '{md5}6faaccbc7ca8bc885ebf139223885d52'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-docroot]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/10_default_vhost_443-docroot]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-directories]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/60_default_vhost_443-directories]/ensure: defined content as '{md5}c0f5d086c1fb77355364fde626855125'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-directories]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/60_default_vhost_443-directories]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-logging]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/80_default_vhost_443-logging]/ensure: defined content as '{md5}bc5f99aec5bcc3d705399c5fd6330552'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-logging]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/80_default_vhost_443-logging]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/90_default_vhost_443-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/90_default_vhost_443-serversignature]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-access_log]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/100_default_vhost_443-access_log]/ensure: defined content as '{md5}5e7992c7c8f2530393ad21e848e0b8da'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-access_log]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/100_default_vhost_443-access_log]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-ssl]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/230_default_vhost_443-ssl]/ensure: defined content as '{md5}61362a255eca916620be58f473cc7391'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-ssl]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/230_default_vhost_443-ssl]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/270_default_vhost_443-custom_fragment]/ensure: defined content as '{md5}f8c31006def02970e5dd69b76a58210b'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/270_default_vhost_443-custom_fragment]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/999_default_vhost_443-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/999_default_vhost_443-file_footer]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/Exec[concat_10-default_vhost_443.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/Exec[concat_10-default_vhost_443.conf]: Triggered 'refresh' from 11 events
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[10-default_vhost_443.conf]/ensure: defined content as '{md5}bfbd388b3da5a2ae68a65449dc6a0d5e'
==> machine1: Info: Concat[10-default_vhost_443.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Apache::Listen[80]/Concat::Fragment[Listen 80]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments/10_Listen 80]/ensure: defined content as '{md5}d5fcefc335117f400d451de47efeca87'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[av_oaq3ccdmlp21]/Apache::Listen[80]/Concat::Fragment[Listen 80]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments/10_Listen 80]: Scheduling refresh of Exec[concat_/etc/httpd/conf/ports.conf]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Apache::Listen[443]/Concat::Fragment[Listen 443]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments/10_Listen 443]/ensure: defined content as '{md5}462e40c14c182d965ae6448e832ebb9a'
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Vhosts[from puphpet::apache::install]/Apache::Vhost[default_vhost_443]/Apache::Listen[443]/Concat::Fragment[Listen 443]/File[/opt/puppetlabs/puppet/cache/concat/_etc_httpd_conf_ports.conf/fragments/10_Listen 443]: Scheduling refresh of Exec[concat_/etc/httpd/conf/ports.conf]
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/Exec[concat_/etc/httpd/conf/ports.conf]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/Exec[concat_/etc/httpd/conf/ports.conf]: Triggered 'refresh' from 5 events
==> machine1: Notice: /Stage[main]/Apache/Concat[/etc/httpd/conf/ports.conf]/File[/etc/httpd/conf/ports.conf]/ensure: defined content as '{md5}7c4742adc3e33066c74a24c77716ccce'
==> machine1: Info: Concat[/etc/httpd/conf/ports.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Info: Computing checksum on file /etc/httpd/conf/httpd.conf
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf/httpd.conf]: Filebucketed /etc/httpd/conf/httpd.conf to puppet with sum f5e7449c0f17bc856e86011cb5d152ba
==> machine1: Notice: /Stage[main]/Apache/File[/etc/httpd/conf/httpd.conf]/content: content changed '{md5}f5e7449c0f17bc856e86011cb5d152ba' to '{md5}c67cb48283bb5bc30cdc7911822a27a9'
==> machine1: Info: /Stage[main]/Apache/File[/etc/httpd/conf/httpd.conf]: Scheduling refresh of Class[Apache::Service]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Exec[Create apache webroot]/returns: executed successfully
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Exec[Set /var/www/html/index.html contents]/returns: executed successfully
==> machine1: Info: Class[Apache::Service]: Scheduling refresh of Service[httpd]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Ssl::Snakeoil/Exec[Generate snakeoil certificate]/returns: executed successfully
==> machine1: Info: /Stage[main]/Puphpet::Apache::Ssl::Snakeoil/Exec[Generate snakeoil certificate]: Scheduling refresh of Service[httpd]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Modules[from puphpet::apache::install]/Package[httpd24-httpd-tools]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Modules[from puphpet::apache::install]/Package[httpd24-httpd-tools]: Scheduling refresh of Service[httpd]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Modules[from puphpet::apache::install]/Package[httpd24-mod_ldap]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Modules[from puphpet::apache::install]/Package[httpd24-mod_ldap]: Scheduling refresh of Service[httpd]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Modules[from puphpet::apache::install]/Package[httpd24-mod_proxy_html]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Modules[from puphpet::apache::install]/Package[httpd24-mod_proxy_html]: Scheduling refresh of Service[httpd]
==> machine1: Notice: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Modules[from puphpet::apache::install]/Package[httpd24-mod_session]/ensure: created
==> machine1: Info: /Stage[main]/Puphpet::Apache::Install/Puphpet::Apache::Modules[from puphpet::apache::install]/Package[httpd24-mod_session]: Scheduling refresh of Service[httpd]
==> machine1: Notice: /Stage[main]/Apache::Service/Service[httpd]/ensure: ensure changed 'stopped' to 'running'
==> machine1: Info: /Stage[main]/Apache::Service/Service[httpd]: Unscheduling refresh on Service[httpd]
==> machine1: Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
==> machine1: Notice: Applied catalog in 568.12 seconds
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-1vwstgj.sh
==> machine1: Running files in files/exec-once
==> machine1: Created file /.puphpet-stuff/exec-once-ran
==> machine1: Finished running files in files/exec-once
==> machine1: To run again, delete hashes you want rerun in /.puphpet-stuff/exec-once-ran or the whole file to rerun all
==> machine1: Running files in files/exec-always
==> machine1: Finished running files in files/exec-always
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-1o5aw1p.sh
==> machine1: Running files in files/startup-once
==> machine1: Created file /.puphpet-stuff/startup-once-ran
==> machine1: Finished running files in files/startup-once
==> machine1: To run again, delete hashes you want rerun in /.puphpet-stuff/startup-once-ran or the whole file to rerun all
==> machine1: Running files in files/startup-always
==> machine1: Finished running files in files/startup-always
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-15dhrqj.sh
==> machine1: Running files in files/exec-once-unprivileged
==> machine1: Created file /.puphpet-stuff/exec-once-unprivileged-ran
==> machine1: Finished running files in files/exec-once-unprivileged
==> machine1: To run again, delete hashes you want rerun in /.puphpet-stuff/exec-once-unprivileged-ran or the whole file to rerun all
==> machine1: Running files in files/exec-always-unprivileged
==> machine1: Finished running files in files/exec-always-unprivileged
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-1jeidy5.sh
==> machine1: Running files in files/startup-once-unprivileged
==> machine1: Created file /.puphpet-stuff/startup-once-unprivileged-ran
==> machine1: Finished running files in files/startup-once-unprivileged
==> machine1: To run again, delete hashes you want rerun in /.puphpet-stuff/startup-once-unprivileged-ran or the whole file to rerun all
==> machine1: Running files in files/startup-always-unprivileged
==> machine1: Finished running files in files/startup-always-unprivileged
==> machine1: Running provisioner: shell...
machine1: Running: /var/folders/gp/6kjz52gd1ns2bhnp3q4_v3g00000gn/T/vagrant-shell20161218-17818-1kcanpw.sh
==> machine1: _
==> machine1: / )
==> machine1: .--.; | _...,-"""-,
==> machine1: .-""-.-""""-. / _`'-._.' /` \
==> machine1: /' \ \| (/'-._/ ) ;
==> machine1: .-""""-; ( '--' /-' _ |
==> machine1: .' | ; e / a , ;
==> machine1: / \ | __.'`-.__, ; /
==> machine1: / `._ ; .-' `--.,__.\ /`
==> machine1: //| \ \,-' /\_.'
==> machine1: // | `;.___> /,-'.
==> machine1: /`| / |`\ _..---\ | \
==> machine1: |/ / _,.-----\ | \ /`| | |\ \
==> machine1: / .; | | | \ / | | | \ )
==> machine1: | / | \ / |\..' \ \ | \ \..'
==> machine1: jgs \../ \.../ \.../ \.../---' \.../
==> machine1:
==> machine1:
==> machine1: READ ME FOR SOME IMPORTANT INFORMATION!
==> machine1: =======================================
==> machine1:
==> machine1: If Puppet did not blow up (you do not see a sea of red
==> machine1: above), then your VM was generated successfully!
==> machine1:
==> machine1: * A unique private key was generated for you! It is located
==> machine1: at "puphpet/files/dot/ssh/id_rsa". If you are on Windows,
==> machine1: a PuTTY-friendly key was also generated at same location
==> machine1: with a ".ppk" extension.
==> machine1:
==> machine1: * If you want to use your own private key for future
==> machine1: provisions, overwrite the generated key above with your
==> machine1: own. Make sure to follow the naming pattern, and include a
==> machine1: ".pub" public key.
==> machine1:
==> machine1: * If you wish to add packages, modules, Apache/Nginx vhosts,
==> machine1: or anything else, open up "puphpet/config.yaml" and make
==> machine1: changes within! Some things will have random strings like
==> machine1: "DIdXRs2OI2LJ" - you must create a random string as well!
==> machine1: To do so, please apply face to keyboard and roll.
==> machine1:
==> machine1: * If you change "puphpet/config.yaml", simply run
==> machine1: "$ vagrant provision" and your VM will be updated with the
==> machine1: changes you requested!
==> machine1:
==> machine1: Did something go wrong? Don't worry! I can (maybe) help!
==> machine1: Please go to our Github issues page at:
==> machine1:
==> machine1: https://github.com/puphpet/puphpet/issues
==> machine1:
==> machine1: and search for your problem. If you do not find your problem
==> machine1: answered, open a new ticket!
==> machine1:
==> machine1: ------------------------------------------------------------
==> machine1: PLEASE REMEMBER TO INCLUDE THE CONTENTS OF YOUR
==> machine1: "puphpet/config.yaml" FILE.
==> machine1: ------------------------------------------------------------
==> machine1:
==> machine1: Make sure to xxx out any potential API keys or passwords
==> machine1: that you do not want others to see!
==> machine1:
==> machine1: Happy programming!
==> machine1: - Juan Treminio
==> machine1:
==> machine1: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
==> machine1: | ____ _ _ _ _ |
==> machine1: | | _ \ ___ __ _ __| | / \ | |__ _____ _____| | |
==> machine1: | | |_) / _ \/ _` |/ _` | / _ \ | '_ \ / _ \ \ / / _ \ | |
==> machine1: | | _ < __/ (_| | (_| | / ___ \| |_) | (_) \ V / __/_| |
==> machine1: | |_| \_\___|\__,_|\__,_| /_/ \_\_.__/ \___/ \_/ \___(_) |
==> machine1: | |
==> machine1: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
➜ dev vagrant ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment