Advertisement
Guest User

vagrant

a guest
Oct 1st, 2016
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 99.27 KB | None | 0 0
  1.  vagrant up
  2. Bringing machine 'sandbox' up with 'virtualbox' provider...
  3. ==> sandbox: Box 'puphpet/ubuntu1404-x64' could not be found. Attempting to find and install...
  4.     sandbox: Box Provider: virtualbox
  5.     sandbox: Box Version: >= 0
  6. ==> sandbox: Loading metadata for box 'puphpet/ubuntu1404-x64'
  7.     sandbox: URL: https://atlas.hashicorp.com/puphpet/ubuntu1404-x64
  8. ==> sandbox: Adding box 'puphpet/ubuntu1404-x64' (v20151201) for provider: virtualbox
  9.     sandbox: Downloading: https://atlas.hashicorp.com/puphpet/boxes/ubuntu1404-x64/versions/20151201/providers/virtualbox.box
  10. ==> sandbox: Successfully added box 'puphpet/ubuntu1404-x64' (v20151201) for 'virtualbox'!
  11. ==> sandbox: Importing base box 'puphpet/ubuntu1404-x64'...
  12. ==> sandbox: Matching MAC address for NAT networking...
  13. ==> sandbox: Checking if box 'puphpet/ubuntu1404-x64' is up to date...
  14. ==> sandbox: Setting the name of the VM: sandboxlo_sandbox_1475324138934_33034
  15. ==> sandbox: Clearing any previously set network interfaces...
  16. ==> sandbox: Preparing network interfaces based on configuration...
  17.     sandbox: Adapter 1: nat
  18.     sandbox: Adapter 2: hostonly
  19. ==> sandbox: Forwarding ports...
  20.     sandbox: 22 (guest) => 2222 (host) (adapter 1)
  21. ==> sandbox: Running 'pre-boot' VM customizations...
  22. ==> sandbox: Booting VM...
  23. ==> sandbox: Waiting for machine to boot. This may take a few minutes...
  24.     sandbox: SSH address: 127.0.0.1:2222
  25.     sandbox: SSH username: vagrant
  26.     sandbox: SSH auth method: private key
  27. ==> sandbox: Machine booted and ready!
  28. ==> sandbox: Checking for guest additions in VM...
  29.     sandbox: The guest additions on this VM do not match the installed version of
  30.     sandbox: VirtualBox! In most cases this is fine, but in rare cases it can
  31.     sandbox: prevent things such as shared folders from working properly. If you see
  32.     sandbox: shared folder errors, please make sure the guest additions within the
  33.     sandbox: virtual machine match the version of VirtualBox you have installed on
  34.     sandbox: your host and reload your VM.
  35.     sandbox:
  36.     sandbox: Guest Additions Version: 5.0.10
  37.     sandbox: VirtualBox Version: 5.1
  38. ==> sandbox: Setting hostname...
  39. ==> sandbox: Configuring and enabling network interfaces...
  40. ==> sandbox: Mounting shared folders...
  41.     sandbox: /var/www => /Users/omelchenko/web/sandbox.lo
  42.     sandbox: /vagrant => /Users/omelchenko/web/sandbox.lo
  43.     sandbox: /tmp/vagrant-puppet/modules-d09a454fc6b7de0e13805c07c0c38bd7 => /Users/omelchenko/web/sandbox.lo/puphpet/puppet/modules
  44.     sandbox: /tmp/vagrant-puppet/manifests-75f35e3bc7e32744860c4bb229c88812 => /Users/omelchenko/web/sandbox.lo/puphpet/puppet/manifests
  45. ==> sandbox: Running provisioner: shell...
  46.     sandbox: Running: inline script
  47. ==> sandbox: Running provisioner: shell...
  48.     sandbox: Running: /var/folders/hf/vkskkhf179z_8gns0hn4p0mm0000gn/T/vagrant-shell20161001-75517-pufxsn.sh
  49. ==> sandbox:
  50. ==> sandbox:  ____        ____  _   _ ____      _      generated using
  51. ==> sandbox: |  _ \ _   _|  _ \| | | |  _ \ ___| |_   ___ ___  _ __ ___
  52. ==> sandbox: | |_) | | | | |_) | |_| | |_) / _ \ __| / __/ _ \| '_ ` _ \
  53. ==> sandbox: |  __/| |_| |  __/|  _  |  __/  __/ |_ | (_| (_) | | | | | |
  54. ==> sandbox: |_|    \__,_|_|   |_| |_|_|   \___|\__(_)___\___/|_| |_| |_|
  55. ==> sandbox: OK
  56. ==> sandbox: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
  57. ==> sandbox: Ign http://us.archive.ubuntu.com trusty InRelease
  58. ==> sandbox: Ign http://apt.puppetlabs.com trusty InRelease
  59. ==> sandbox: Get:2 http://security.ubuntu.com trusty-security/main Sources [120 kB]
  60. ==> sandbox: Get:3 http://us.archive.ubuntu.com trusty-updates InRelease [65.9 kB]
  61. ==> sandbox: Get:4 http://apt.puppetlabs.com trusty Release.gpg [836 B]
  62. ==> sandbox: Get:5 http://security.ubuntu.com trusty-security/restricted Sources [4,064 B]
  63. ==> sandbox: Get:6 http://security.ubuntu.com trusty-security/universe Sources [43.6 kB]
  64. ==> sandbox: Get:7 http://apt.puppetlabs.com trusty Release [54.2 kB]
  65. ==> sandbox: Get:8 http://security.ubuntu.com trusty-security/multiverse Sources [3,190 B]
  66. ==> sandbox: Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [531 kB]
  67. ==> sandbox: Get:10 http://us.archive.ubuntu.com trusty-backports InRelease [65.9 kB]
  68. ==> sandbox: Get:11 http://apt.puppetlabs.com trusty/PC1 Sources [12.8 kB]
  69. ==> sandbox: Get:12 http://security.ubuntu.com trusty-security/restricted amd64 Packages [13.0 kB]
  70. ==> sandbox: Get:13 http://security.ubuntu.com trusty-security/universe amd64 Packages [138 kB]
  71. ==> sandbox: Get:14 http://apt.puppetlabs.com trusty/PC1 amd64 Packages [15.8 kB]
  72. ==> sandbox: Get:15 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [5,198 B]
  73. ==> sandbox: Hit http://us.archive.ubuntu.com trusty Release.gpg
  74. ==> sandbox: Get:16 http://apt.puppetlabs.com trusty/PC1 i386 Packages [15.1 kB]
  75. ==> sandbox: Get:17 http://security.ubuntu.com trusty-security/main i386 Packages [493 kB]
  76. ==> sandbox: Get:18 http://us.archive.ubuntu.com trusty-updates/main Sources [383 kB]
  77. ==> sandbox: Get:19 http://security.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
  78. ==> sandbox: Get:20 http://security.ubuntu.com trusty-security/universe i386 Packages [138 kB]
  79. ==> sandbox: Get:21 http://security.ubuntu.com trusty-security/multiverse i386 Packages [5,339 B]
  80. ==> sandbox: Get:22 http://security.ubuntu.com trusty-security/main Translation-en [292 kB]
  81. ==> sandbox: Get:23 http://us.archive.ubuntu.com trusty-updates/restricted Sources [5,360 B]
  82. ==> sandbox: Get:24 http://us.archive.ubuntu.com trusty-updates/universe Sources [166 kB]
  83. ==> sandbox: Get:25 http://security.ubuntu.com trusty-security/multiverse Translation-en [2,848 B]
  84. ==> sandbox: Get:26 http://security.ubuntu.com trusty-security/restricted Translation-en [3,206 B]
  85. ==> sandbox: Get:27 http://security.ubuntu.com trusty-security/universe Translation-en [82.7 kB]
  86. ==> sandbox: Ign http://apt.puppetlabs.com trusty/PC1 Translation-en_US
  87. ==> sandbox: Get:28 http://us.archive.ubuntu.com trusty-updates/multiverse Sources [7,520 B]
  88. ==> sandbox: Ign http://apt.puppetlabs.com trusty/PC1 Translation-en
  89. ==> sandbox: Get:29 http://us.archive.ubuntu.com trusty-updates/main amd64 Packages [901 kB]
  90. ==> sandbox: Get:30 http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]
  91. ==> sandbox: Get:31 http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages [376 kB]
  92. ==> sandbox: Get:32 http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [15.0 kB]
  93. ==> sandbox: Get:33 http://us.archive.ubuntu.com trusty-updates/main i386 Packages [861 kB]
  94. ==> sandbox: Get:34 http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
  95. ==> sandbox: Get:35 http://us.archive.ubuntu.com trusty-updates/universe i386 Packages [377 kB]
  96. ==> sandbox: Get:36 http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages [15.5 kB]
  97. ==> sandbox: Get:37 http://us.archive.ubuntu.com trusty-updates/main Translation-en [437 kB]
  98. ==> sandbox: Get:38 http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,931 B]
  99. ==> sandbox: Get:39 http://us.archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]
  100. ==> sandbox: Get:40 http://us.archive.ubuntu.com trusty-updates/universe Translation-en [199 kB]
  101. ==> sandbox: Get:41 http://us.archive.ubuntu.com trusty-backports/main Sources [9,626 B]
  102. ==> sandbox: Get:42 http://us.archive.ubuntu.com trusty-backports/restricted Sources [28 B]
  103. ==> sandbox: Get:43 http://us.archive.ubuntu.com trusty-backports/universe Sources [35.2 kB]
  104. ==> sandbox: Get:44 http://us.archive.ubuntu.com trusty-backports/multiverse Sources [1,898 B]
  105. ==> sandbox: Get:45 http://us.archive.ubuntu.com trusty-backports/main amd64 Packages [13.3 kB]
  106. ==> sandbox: Get:46 http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]
  107. ==> sandbox: Get:47 http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages [43.2 kB]
  108. ==> sandbox: Get:48 http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,571 B]
  109. ==> sandbox: Get:49 http://us.archive.ubuntu.com trusty-backports/main i386 Packages [13.3 kB]
  110. ==> sandbox: Get:50 http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages [28 B]
  111. ==> sandbox: Get:51 http://us.archive.ubuntu.com trusty-backports/universe i386 Packages [43.2 kB]
  112. ==> sandbox: Get:52 http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,552 B]
  113. ==> sandbox: Get:53 http://us.archive.ubuntu.com trusty-backports/main Translation-en [7,493 B]
  114. ==> sandbox: Get:54 http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en [1,215 B]
  115. ==> sandbox: Get:55 http://us.archive.ubuntu.com trusty-backports/restricted Translation-en [28 B]
  116. ==> sandbox: Get:56 http://us.archive.ubuntu.com trusty-backports/universe Translation-en [36.8 kB]
  117. ==> sandbox: Hit http://us.archive.ubuntu.com trusty Release
  118. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/main Sources
  119. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/restricted Sources
  120. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/universe Sources
  121. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/multiverse Sources
  122. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
  123. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
  124. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
  125. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
  126. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/main i386 Packages
  127. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
  128. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
  129. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
  130. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/main Translation-en
  131. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
  132. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
  133. ==> sandbox: Hit http://us.archive.ubuntu.com trusty/universe Translation-en
  134. ==> sandbox: Ign http://us.archive.ubuntu.com trusty/main Translation-en_US
  135. ==> sandbox: Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US
  136. ==> sandbox: Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US
  137. ==> sandbox: Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US
  138. ==> sandbox: Fetched 6,178 kB in 28s (213 kB/s)
  139. ==> sandbox: Reading package lists...
  140. ==> sandbox: Reading package lists...
  141. ==> sandbox: Building dependency tree...
  142. ==> sandbox: The following extra packages will be installed:
  143. ==> sandbox:   python-pycurl python3-pycurl python3-software-properties unattended-upgrades
  144. ==> sandbox: Suggested packages:
  145. ==> sandbox:   libcurl4-gnutls-dev python-pycurl-dbg python3-pycurl-dbg bsd-mailx
  146. ==> sandbox:   mail-transport-agent
  147. ==> sandbox: The following NEW packages will be installed:
  148. ==> sandbox:   python-pycurl python-software-properties python3-pycurl
  149. ==> sandbox:   python3-software-properties software-properties-common unattended-upgrades
  150. ==> sandbox: 0 upgraded, 6 newly installed, 0 to remove and 126 not upgraded.
  151. ==> sandbox: Need to get 169 kB of archives.
  152. ==> sandbox: After this operation, 1,158 kB of additional disk space will be used.
  153. ==> sandbox: Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main python-pycurl amd64 7.19.3-0ubuntu3 [47.9 kB]
  154. ==> sandbox: Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main unattended-upgrades all 0.82.1ubuntu2.4 [25.9 kB]
  155. ==> sandbox: Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-software-properties all 0.92.37.7 [19.6 kB]
  156. ==> sandbox: Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty/main python3-pycurl amd64 7.19.3-0ubuntu3 [47.5 kB]
  157. ==> sandbox: Get:5 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-software-properties all 0.92.37.7 [19.1 kB]
  158. ==> sandbox: Get:6 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main software-properties-common all 0.92.37.7 [9,356 B]
  159. ==> sandbox: Preconfiguring packages ...
  160. ==> sandbox: Fetched 169 kB in 1s (132 kB/s)
  161. ==> sandbox: Selecting previously unselected package python-pycurl.
  162. ==> sandbox: (Reading database ... 62233 files and directories currently installed.)
  163. ==> sandbox: Preparing to unpack .../python-pycurl_7.19.3-0ubuntu3_amd64.deb ...
  164. ==> sandbox: Unpacking python-pycurl (7.19.3-0ubuntu3) ...
  165. ==> sandbox: Selecting previously unselected package unattended-upgrades.
  166. ==> sandbox: Preparing to unpack .../unattended-upgrades_0.82.1ubuntu2.4_all.deb ...
  167. ==> sandbox: Unpacking unattended-upgrades (0.82.1ubuntu2.4) ...
  168. ==> sandbox: Selecting previously unselected package python-software-properties.
  169. ==> sandbox: Preparing to unpack .../python-software-properties_0.92.37.7_all.deb ...
  170. ==> sandbox: Unpacking python-software-properties (0.92.37.7) ...
  171. ==> sandbox: Selecting previously unselected package python3-pycurl.
  172. ==> sandbox: Preparing to unpack .../python3-pycurl_7.19.3-0ubuntu3_amd64.deb ...
  173. ==> sandbox: Unpacking python3-pycurl (7.19.3-0ubuntu3) ...
  174. ==> sandbox: Selecting previously unselected package python3-software-properties.
  175. ==> sandbox: Preparing to unpack .../python3-software-properties_0.92.37.7_all.deb ...
  176. ==> sandbox: Unpacking python3-software-properties (0.92.37.7) ...
  177. ==> sandbox: Selecting previously unselected package software-properties-common.
  178. ==> sandbox: Preparing to unpack .../software-properties-common_0.92.37.7_all.deb ...
  179. ==> sandbox: Unpacking software-properties-common (0.92.37.7) ...
  180. ==> sandbox: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  181. ==> sandbox: Processing triggers for ureadahead (0.100.0-16) ...
  182. ==> sandbox: Setting up python-pycurl (7.19.3-0ubuntu3) ...
  183. ==> sandbox: Setting up unattended-upgrades (0.82.1ubuntu2.4) ...
  184. ==> sandbox: Setting up python3-pycurl (7.19.3-0ubuntu3) ...
  185. ==> sandbox: Processing triggers for ureadahead (0.100.0-16) ...
  186. ==> sandbox: Setting up python-software-properties (0.92.37.7) ...
  187. ==> sandbox: Setting up python3-software-properties (0.92.37.7) ...
  188. ==> sandbox: Setting up software-properties-common (0.92.37.7) ...
  189. ==> sandbox: Running provisioner: shell...
  190.    sandbox: Running: /var/folders/hf/vkskkhf179z_8gns0hn4p0mm0000gn/T/vagrant-shell20161001-75517-swlnk8.sh
  191. ==> sandbox: Generating public/private rsa key pair.
  192. ==> sandbox: Your identification has been saved in /vagrant/puphpet/files/dot/ssh/root_id_rsa.
  193. ==> sandbox: Your public key has been saved in /vagrant/puphpet/files/dot/ssh/root_id_rsa.pub.
  194. ==> sandbox: The key fingerprint is:
  195. ==> sandbox: 68:b1:04:d9:7a:f4:d7:d5:bc:d2:b0:9a:20:ca:e1:a6 root@sandbox
  196. ==> sandbox: The key's randomart image is:
  197. ==> sandbox: +--[ RSA 2048]----+
  198. ==> sandbox: |    .o         o |
  199. ==> sandbox: |    ..o      .. o|
  200. ==> sandbox: |     oo.   . .+ .|
  201. ==> sandbox: |    .o.=... .o o |
  202. ==> sandbox: |    o.* S.. o .  |
  203. ==> sandbox: |     *     o     |
  204. ==> sandbox: |    o            |
  205. ==> sandbox: |   E             |
  206. ==> sandbox: |                 |
  207. ==> sandbox: +-----------------+
  208. ==> sandbox: dpkg-preconfigure: unable to re-open stdin: No such file or directory
  209. ==> sandbox: Your private key for SSH-based authentication has been saved to 'puphpet/files/dot/ssh/root_id_rsa'!
  210. ==> sandbox: Generating public/private rsa key pair.
  211. ==> sandbox: Your identification has been saved in /vagrant/puphpet/files/dot/ssh/id_rsa.
  212. ==> sandbox: Your public key has been saved in /vagrant/puphpet/files/dot/ssh/id_rsa.pub.
  213. ==> sandbox: The key fingerprint is:
  214. ==> sandbox: b0:b8:c7:20:5c:97:91:5a:2f:a2:b1:29:05:d7:83:9d root@sandbox
  215. ==> sandbox: The key's randomart image is:
  216. ==> sandbox: +--[ RSA 2048]----+
  217. ==> sandbox: |   + ...         |
  218. ==> sandbox: |. o E oo         |
  219. ==> sandbox: | o  .++.         |
  220. ==> sandbox: | .o.oo.o.        |
  221. ==> sandbox: | .o=o...S        |
  222. ==> sandbox: |. +. +           |
  223. ==> sandbox: | .  . o          |
  224. ==> sandbox: |     .           |
  225. ==> sandbox: |                 |
  226. ==> sandbox: +-----------------+
  227. ==> sandbox: Your private key for SSH-based authentication has been saved to 'puphpet/files/dot/ssh/id_rsa'!
  228. ==> sandbox: Adding generated root key to /root/.ssh/id_rsa
  229. ==> sandbox: Adding generated root key to /root/.ssh/id_rsa.pub
  230. ==> sandbox: Adding generated root key to /root/.ssh/authorized_keys
  231. ==> sandbox: Adding generated key to /home/vagrant/.ssh/id_rsa
  232. ==> sandbox: Adding generated key to /home/vagrant/.ssh/id_rsa.pub
  233. ==> sandbox: Adding generated key to /home/vagrant/.ssh/authorized_keys
  234. ==> sandbox: Running provisioner: shell...
  235.    sandbox: Running: /var/folders/hf/vkskkhf179z_8gns0hn4p0mm0000gn/T/vagrant-shell20161001-75517-6w0wfx.sh
  236. ==> sandbox: Running provisioner: shell...
  237.    sandbox: Running: /var/folders/hf/vkskkhf179z_8gns0hn4p0mm0000gn/T/vagrant-shell20161001-75517-rdkfqg.sh
  238. ==> sandbox: Successfully installed deep_merge-1.0.1
  239. ==> sandbox: 1 gem installed
  240. ==> sandbox: Successfully installed activesupport-4.2.6
  241. ==> sandbox: 1 gem installed
  242. ==> sandbox: Successfully installed vine-0.2
  243. ==> sandbox: 1 gem installed
  244. ==> sandbox: Running provisioner: shell...
  245.    sandbox: Running: /var/folders/hf/vkskkhf179z_8gns0hn4p0mm0000gn/T/vagrant-shell20161001-75517-spfv58.sh
  246. ==> sandbox: Running files in files/exec-preprovision
  247. ==> sandbox: Created file /.puphpet-stuff/exec-preprovision-ran
  248. ==> sandbox: Finished running files in files/exec-preprovision
  249. ==> sandbox: To run again, delete hashes you want rerun in /.puphpet-stuff/exec-preprovision-ran or the whole file to rerun all
  250. ==> sandbox: Running provisioner: puppet...
  251. ==> sandbox: Running Puppet with ...
  252. ==> sandbox: Info: Loading facts
  253. ==> sandbox: Info: Loading facts
  254. ==> sandbox: Info: Loading facts
  255. ==> sandbox: Info: Loading facts
  256. ==> sandbox: Info: Loading facts
  257. ==> sandbox: Info: Loading facts
  258. ==> sandbox: Info: Loading facts
  259. ==> sandbox: Info: Loading facts
  260. ==> sandbox: Info: Loading facts
  261. ==> sandbox: Info: Loading facts
  262. ==> sandbox: Info: Loading facts
  263. ==> sandbox: Info: Loading facts
  264. ==> sandbox: Info: Loading facts
  265. ==> sandbox: Warning: Scope(Apt::Source[repo.mysql.com-apt]): $required_packages is deprecated and will be removed in the next major release, please use package resources instead.
  266. ==> sandbox: Notice: Compiled catalog for sandbox in environment production in 7.27 seconds
  267. ==> sandbox: Warning: Found multiple default providers for vcsrepo: bzr, cvs, dummy, git, hg, svn; using bzr
  268. ==> sandbox: Info: Applying configuration version '1475324235'
  269. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Exec[mkdir -p /var/lib/php/session]/returns: executed successfully
  270. ==> sandbox: Info: /Stage[main]/Puphpet_php/Exec[mkdir -p /var/lib/php/session]: Scheduling refresh of Service[php5.6-fpm]
  271. ==> sandbox: Notice: /Stage[main]/Puphpet::Python::Pip/Exec[Download and install ez_setup]/returns: executed successfully
  272. ==> sandbox: Notice: /Stage[main]/Puphpet::Python::Pip/Exec[easy_install pip]/returns: executed successfully
  273. ==> sandbox: Notice: /Stage[main]/Rvm::Group/Group[rvm]/ensure: created
  274. ==> sandbox: Notice: /Stage[main]/Rvm::Rvmrc/File[/etc/rvmrc]/ensure: defined content as '{md5}3ec590d219afbf91a7c1a149a15e72cb'
  275. ==> sandbox: Notice: /Stage[main]/Swap_file/Exec[Create swap file]/returns: executed successfully
  276. ==> sandbox: Notice: /Stage[main]/Swap_file/Exec[Attach swap file]/returns: executed successfully
  277. ==> sandbox: Notice: /Stage[main]/Puphpet_server/Group[puppet]/ensure: created
  278. ==> sandbox: Notice: /Stage[main]/Puphpet_server/Group[www-user]/ensure: created
  279. ==> sandbox: Notice: /Stage[main]/Puphpet_server/User[vagrant]/groups: groups changed 'adm,cdrom,sudo,dip,plugdev,lpadmin,sambashare' to ['adm', 'cdrom', 'dip', 'lpadmin', 'plugdev', 'rvm', 'sambashare', 'sudo', 'www-data', 'www-user']
  280. ==> sandbox: Notice: /Stage[main]/Puphpet_server/User[apache]/ensure: created
  281. ==> sandbox: Notice: /Stage[main]/Puphpet_server/User[nginx]/ensure: created
  282. ==> sandbox: Notice: /Stage[main]/Puphpet_server/User[httpd]/ensure: created
  283. ==> sandbox: Notice: /Stage[main]/Puphpet_server/User[www-data]/shell: shell changed '/usr/sbin/nologin' to '/bin/bash'
  284. ==> sandbox: Notice: /Stage[main]/Puphpet_server/User[www-data]/groups: groups changed '' to ['www-data']
  285. ==> sandbox: Notice: /Stage[main]/Puphpet_php/File[/var/lib/php/session]/owner: owner changed 'root' to 'www-data'
  286. ==> sandbox: Notice: /Stage[main]/Puphpet_php/File[/var/lib/php/session]/group: group changed 'root' to 'www-data'
  287. ==> sandbox: Notice: /Stage[main]/Puphpet_php/File[/var/lib/php/session]/mode: mode changed '0755' to '0775'
  288. ==> sandbox: Notice: /Stage[main]/Puphpet_server/User[www-user]/ensure: created
  289. ==> sandbox: Notice: /Stage[main]/Puphpet_server/Exec[dotfiles]/returns: executed successfully
  290. ==> sandbox: Notice: /Stage[main]/Apt/File[preferences]/ensure: created
  291. ==> sandbox: Info: /Stage[main]/Apt/File[preferences]: Scheduling refresh of Class[Apt::Update]
  292. ==> sandbox: Info: Computing checksum on file /etc/timezone
  293. ==> sandbox: Info: /Stage[main]/Timezone/File[/etc/timezone]: Filebucketed /etc/timezone to puppet with sum 4f24b133ba38d8fd565168742c9aedeb
  294. ==> sandbox: Notice: /Stage[main]/Timezone/File[/etc/timezone]/content: content changed '{md5}4f24b133ba38d8fd565168742c9aedeb' to '{md5}fa68dd8e32fd0b0c7e6e776736260abd'
  295. ==> sandbox: Info: /Stage[main]/Timezone/File[/etc/timezone]: Scheduling refresh of Exec[update_timezone]
  296. ==> sandbox: Notice: /Stage[main]/Timezone/Exec[update_timezone]: Triggered 'refresh' from 1 events
  297. ==> sandbox: Notice: /Stage[main]/Puphpet::Apache::Repo::Ubuntu/Apt::Key[14AA40EC0831756756D7F66C4F4EA0AAE5267A6C]/Apt_key[14AA40EC0831756756D7F66C4F4EA0AAE5267A6C]/ensure: created
  298. ==> sandbox: Notice: /Stage[main]/Puphpet::Apache::Repo::Ubuntu/Apt::Ppa[ppa:ondrej/apache2]/Exec[add-apt-repository-ppa:ondrej/apache2]/returns: executed successfully
  299. ==> sandbox: Info: /Stage[main]/Puphpet::Apache::Repo::Ubuntu/Apt::Ppa[ppa:ondrej/apache2]/Exec[add-apt-repository-ppa:ondrej/apache2]: Scheduling refresh of Class[Apt::Update]
  300. ==> sandbox: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat]/ensure: created
  301. ==> sandbox: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat/bin]/ensure: created
  302. ==> sandbox: Notice: /Stage[main]/Concat::Setup/File[/opt/puppetlabs/puppet/cache/concat/bin/concatfragments.sh]/ensure: defined content as '{md5}7bbe7c5fce25a5ddd20415d909ba44fc'
  303. ==> sandbox: Notice: /Stage[main]/Puphpet::Php::Repos/Apt::Ppa[ppa:ondrej/php]/Exec[add-apt-repository-ppa:ondrej/php]/returns: executed successfully
  304. ==> sandbox: Info: /Stage[main]/Puphpet::Php::Repos/Apt::Ppa[ppa:ondrej/php]/Exec[add-apt-repository-ppa:ondrej/php]: Scheduling refresh of Class[Apt::Update]
  305. ==> sandbox: Notice: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]/ensure: defined content as '{md5}0962d70c4ec78bbfa6f3544ae0c41974'
  306. ==> sandbox: Info: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]: Scheduling refresh of Class[Apt::Update]
  307. ==> sandbox: Notice: /Stage[main]/Puphpet_server/Apt::Key[945A6177078449082DDCC0E5551CE2FB4CBEDD5A]/Apt_key[945A6177078449082DDCC0E5551CE2FB4CBEDD5A]/ensure: created
  308. ==> sandbox: Notice: /Stage[main]/Puphpet_server/Apt::Ppa[ppa:pdoes/ppa]/Exec[add-apt-repository-ppa:pdoes/ppa]/returns: executed successfully
  309. ==> sandbox: Info: /Stage[main]/Puphpet_server/Apt::Ppa[ppa:pdoes/ppa]/Exec[add-apt-repository-ppa:pdoes/ppa]: Scheduling refresh of Class[Apt::Update]
  310. ==> sandbox: Notice: /Stage[main]/Puphpet::Mysql::Repo/Apt::Pin[repo.mysql.com-apt]/Apt::Setting[pref-repo.mysql.com-apt]/File[/etc/apt/preferences.d/repo.mysql.com-apt.pref]/ensure: defined content as '{md5}e935e7939a194f8e66db659780703b3c'
  311. ==> sandbox: Notice: /Stage[main]/Puphpet::Mysql::Repo/Apt::Source[repo.mysql.com-apt]/Apt::Setting[list-repo.mysql.com-apt]/File[/etc/apt/sources.list.d/repo.mysql.com-apt.list]/ensure: defined content as '{md5}c1deb3ae42a6e8f741169fd38bc6a8a0'
  312. ==> sandbox: Info: /Stage[main]/Puphpet::Mysql::Repo/Apt::Source[repo.mysql.com-apt]/Apt::Setting[list-repo.mysql.com-apt]/File[/etc/apt/sources.list.d/repo.mysql.com-apt.list]: Scheduling refresh of Class[Apt::Update]
  313. ==> sandbox: Info: Class[Apt::Update]: Scheduling refresh of Exec[apt_update]
  314. ==> sandbox: Notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 events
  315. ==> sandbox: Notice: /Stage[main]/Apache/Package[httpd]/ensure: created
  316. ==> sandbox: Info: /Stage[main]/Apache/Package[httpd]: Scheduling refresh of Class[Apache::Service]
  317. ==> sandbox: Notice: /Stage[main]/Apache/Exec[mkdir /etc/apache2/conf.d]/returns: executed successfully
  318. ==> sandbox: Info: Computing checksum on file /etc/apache2/sites-available/000-default.conf
  319. ==> sandbox: Info: /Stage[main]/Apache/File[/etc/apache2/sites-available/000-default.conf]: Filebucketed /etc/apache2/sites-available/000-default.conf to puppet with sum f3066f67070ab9b1ad9bab81ca05330a
  320. ==> sandbox: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-available/000-default.conf]/ensure: removed
  321. ==> sandbox: Info: Computing checksum on file /etc/apache2/sites-available/default-ssl.conf
  322. ==> sandbox: Info: /Stage[main]/Apache/File[/etc/apache2/sites-available/default-ssl.conf]: Filebucketed /etc/apache2/sites-available/default-ssl.conf to puppet with sum 801f4c746a88b4228596cb260a4220c4
  323. ==> sandbox: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-available/default-ssl.conf]/ensure: removed
  324. ==> sandbox: Info: /etc/apache2/sites-available: Scheduling refresh of Class[Apache::Service]
  325. ==> sandbox: Notice: /Stage[main]/Apache/File[/etc/apache2/sites-enabled/000-default.conf]/ensure: removed
  326. ==> sandbox: Info: /etc/apache2/sites-enabled: Scheduling refresh of Class[Apache::Service]
  327. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/reqtimeout.conf
  328. ==> sandbox: Info: /Stage[main]/Apache::Mod::Reqtimeout/File[reqtimeout.conf]: Filebucketed /etc/apache2/mods-available/reqtimeout.conf to puppet with sum 40b45155afb3d14263d12e6fc4a98513
  329. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Reqtimeout/File[reqtimeout.conf]/content: content changed '{md5}40b45155afb3d14263d12e6fc4a98513' to '{md5}81c51851ab7ee7942bef389dc7c0e985'
  330. ==> sandbox: Info: /Stage[main]/Apache::Mod::Reqtimeout/File[reqtimeout.conf]: Scheduling refresh of Class[Apache::Service]
  331. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/alias.conf
  332. ==> sandbox: Info: /Stage[main]/Apache::Mod::Alias/File[alias.conf]: Filebucketed /etc/apache2/mods-available/alias.conf to puppet with sum c6e9f26152898c38e58211c8b362d5c3
  333. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Alias/File[alias.conf]/content: content changed '{md5}c6e9f26152898c38e58211c8b362d5c3' to '{md5}cb528041df274fb077800a8e2e64f94e'
  334. ==> sandbox: Info: /Stage[main]/Apache::Mod::Alias/File[alias.conf]: Scheduling refresh of Class[Apache::Service]
  335. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/autoindex.conf
  336. ==> sandbox: Info: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]: Filebucketed /etc/apache2/mods-available/autoindex.conf to puppet with sum bfba7d77669e02b869b92e98215d58fc
  337. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]/content: content changed '{md5}bfba7d77669e02b869b92e98215d58fc' to '{md5}2421a3c6df32c7e38c2a7a22afdf5728'
  338. ==> sandbox: Info: /Stage[main]/Apache::Mod::Autoindex/File[autoindex.conf]: Scheduling refresh of Class[Apache::Service]
  339. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/deflate.conf
  340. ==> sandbox: Info: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]: Filebucketed /etc/apache2/mods-available/deflate.conf to puppet with sum 6649a32153b9afdc53f6898b5a10a2d6
  341. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]/content: content changed '{md5}6649a32153b9afdc53f6898b5a10a2d6' to '{md5}a045d750d819b1e9dae3fbfb3f20edd5'
  342. ==> sandbox: Info: /Stage[main]/Apache::Mod::Deflate/File[deflate.conf]: Scheduling refresh of Class[Apache::Service]
  343. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/dir.conf
  344. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dir/File[dir.conf]: Filebucketed /etc/apache2/mods-available/dir.conf to puppet with sum fe4bc5fa3b3cc7a241fe57f8fabc55a1
  345. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Dir/File[dir.conf]/content: content changed '{md5}fe4bc5fa3b3cc7a241fe57f8fabc55a1' to '{md5}c741d8ea840e6eb999d739eed47c69d7'
  346. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dir/File[dir.conf]: Scheduling refresh of Class[Apache::Service]
  347. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/mime.conf
  348. ==> sandbox: Info: /Stage[main]/Apache::Mod::Mime/File[mime.conf]: Filebucketed /etc/apache2/mods-available/mime.conf to puppet with sum 7369c2fd5edf2192edbd6d865b632ae5
  349. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Mime/File[mime.conf]/content: content changed '{md5}7369c2fd5edf2192edbd6d865b632ae5' to '{md5}2fa646fe615e44d137a5d629f868c107'
  350. ==> sandbox: Info: /Stage[main]/Apache::Mod::Mime/File[mime.conf]: Scheduling refresh of Class[Apache::Service]
  351. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/negotiation.conf
  352. ==> sandbox: Info: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]: Filebucketed /etc/apache2/mods-available/negotiation.conf to puppet with sum 443398efdd41085bc1a70047f6e61c95
  353. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]/content: content changed '{md5}443398efdd41085bc1a70047f6e61c95' to '{md5}47284b5580b986a6ba32580b6ffb9fd7'
  354. ==> sandbox: Info: /Stage[main]/Apache::Mod::Negotiation/File[negotiation.conf]: Scheduling refresh of Class[Apache::Service]
  355. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/setenvif.conf
  356. ==> sandbox: Info: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]: Filebucketed /etc/apache2/mods-available/setenvif.conf to puppet with sum 533f5f92761c2c24d6820f1d7d1c45ad
  357. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]/content: content changed '{md5}533f5f92761c2c24d6820f1d7d1c45ad' to '{md5}c7ede4173da1915b7ec088201f030c28'
  358. ==> sandbox: Info: /Stage[main]/Apache::Mod::Setenvif/File[setenvif.conf]: Scheduling refresh of Class[Apache::Service]
  359. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Worker/File[/etc/apache2/mods-available/worker.conf]/ensure: defined content as '{md5}ec70305fa9f89cbd2863427fc61d16f6'
  360. ==> sandbox: Info: /Stage[main]/Apache::Mod::Worker/File[/etc/apache2/mods-available/worker.conf]: Scheduling refresh of Class[Apache::Service]
  361. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/proxy.conf
  362. ==> sandbox: Info: /Stage[main]/Apache::Mod::Proxy/File[proxy.conf]: Filebucketed /etc/apache2/mods-available/proxy.conf to puppet with sum b516d96935974214588d525edd7aed6d
  363. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Proxy/File[proxy.conf]/content: content changed '{md5}b516d96935974214588d525edd7aed6d' to '{md5}9eab682d8c4c89abd0ff20c1a60b908d'
  364. ==> sandbox: Info: /Stage[main]/Apache::Mod::Proxy/File[proxy.conf]: Scheduling refresh of Class[Apache::Service]
  365. ==> sandbox: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[000 accept all icmp]/ensure: created
  366. ==> sandbox: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[001 accept all to lo interface]/ensure: created
  367. ==> sandbox: Notice: /Stage[main]/Puphpet::Firewall::Pre/Firewall[002 accept related established rules]/ensure: created
  368. ==> sandbox: Notice: /Stage[main]/Php/Package[php5.6-fpm]/ensure: created
  369. ==> sandbox: Notice: /Stage[main]/Php/File[php.conf]/ensure: created
  370. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Package[php5.6-dev]/ensure: created
  371. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Exec[set php session path owner/group]/returns: executed successfully
  372. ==> sandbox: Notice: /Stage[main]/Git/Package[git]/ensure: created
  373. ==> sandbox: Notice: /Stage[main]/Composer/Exec[download_composer]/returns: executed successfully
  374. ==> sandbox: Notice: /Stage[main]/Composer/File[/usr/local/bin/composer]/ensure: defined content as '{md5}d7a6293bdcd0c0c5e07090807b194209'
  375. ==> sandbox: Notice: /Stage[main]/Puphpet::Php::Xdebug/Vcsrepo[/.puphpet-stuff/xdebug]/ensure: Creating repository from present
  376. ==> sandbox: Notice: /Stage[main]/Puphpet::Php::Xdebug/Vcsrepo[/.puphpet-stuff/xdebug]/ensure: created
  377. ==> sandbox: Notice: /Stage[main]/Puphpet::Php::Xdebug/Exec[phpize && ./configure --enable-xdebug && make]/returns: executed successfully
  378. ==> sandbox: Notice: /Stage[main]/Puphpet::Php::Xdebug/Exec[copy xdebug.so to modules dir]/returns: executed successfully
  379. ==> sandbox: Notice: /Stage[main]/Puphpet::Php::Xdebug/File[/usr/bin/xdebug]/ensure: defined content as '{md5}813de5ab3b902336754e83d0391e375d'
  380. ==> sandbox: Notice: /Stage[main]/Supervisord::Install/Package[supervisor]/ensure: created
  381. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/File[/etc/supervisor.d]/ensure: created
  382. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/File[/var/log/supervisor]/ensure: created
  383. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/File[/etc/init.d/supervisord]/ensure: defined content as '{md5}3d4fe24d8b1cd2331fa6d50e9a495345'
  384. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/File[/etc/default/supervisor]/ensure: defined content as '{md5}93e876958cc169e09dd25d4e1fcc9076'
  385. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Gnupg_key[rvm_D39DC0E3]/ensure: created
  386. ==> sandbox: Notice: /Stage[main]/Rvm::System/Exec[system-rvm]/returns: executed successfully
  387. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Exec[rvm rvmrc warning ignore all.rvmrcs]/returns: executed successfully
  388. ==> sandbox: Info: Computing checksum on file /etc/ntp.conf
  389. ==> sandbox: Info: /Stage[main]/Ntp::Config/File[/etc/ntp.conf]: Filebucketed /etc/ntp.conf to puppet with sum 32280703a4ba7aa1148c48895097ed07
  390. ==> sandbox: Notice: /Stage[main]/Ntp::Config/File[/etc/ntp.conf]/content: content changed '{md5}32280703a4ba7aa1148c48895097ed07' to '{md5}31d660efabda1fe1f90b2bfff0a83f63'
  391. ==> sandbox: Info: Class[Ntp::Config]: Scheduling refresh of Class[Ntp::Service]
  392. ==> sandbox: Info: Class[Ntp::Service]: Scheduling refresh of Service[ntp]
  393. ==> sandbox: Notice: /Stage[main]/Ntp::Service/Service[ntp]: Triggered 'refresh' from 1 events
  394. ==> sandbox: Notice: /Stage[main]/Puphpet_server/Package[augeas-tools]/ensure: created
  395. ==> sandbox: Notice: /Stage[main]/Puphpet_letsencrypt/Vcsrepo[/opt/letsencrypt]/ensure: Creating repository from present
  396. ==> sandbox: Notice: /Stage[main]/Puphpet_letsencrypt/Vcsrepo[/opt/letsencrypt]/ensure: created
  397. ==> sandbox: Info: Computing checksum on file /var/lib/locales/supported.d/local
  398. ==> sandbox: Info: /Stage[main]/Locales/File[/var/lib/locales/supported.d/local]: Filebucketed /var/lib/locales/supported.d/local to puppet with sum dbf744b4259747572fcd903400f2a1e3
  399. ==> sandbox: Notice: /Stage[main]/Locales/File[/var/lib/locales/supported.d/local]/content: content changed '{md5}dbf744b4259747572fcd903400f2a1e3' to '{md5}858abb12cbfa657ec2cbdc4eddb0f7c1'
  400. ==> sandbox: Info: /Stage[main]/Locales/File[/var/lib/locales/supported.d/local]: Scheduling refresh of Exec[locale-gen]
  401. ==> sandbox: Info: Computing checksum on file /etc/default/locale
  402. ==> sandbox: Info: /Stage[main]/Locales/File[/etc/default/locale]: Filebucketed /etc/default/locale to puppet with sum 7c32189e775ac93487aa4a01dffbbf76
  403. ==> sandbox: Notice: /Stage[main]/Locales/File[/etc/default/locale]/content: content changed '{md5}7c32189e775ac93487aa4a01dffbbf76' to '{md5}b4307ab1e683133e6810a0564c4811e3'
  404. ==> sandbox: Info: /Stage[main]/Locales/File[/etc/default/locale]: Scheduling refresh of Exec[update-locale]
  405. ==> sandbox: Notice: /Stage[main]/Locales/Exec[locale-gen]: Triggered 'refresh' from 1 events
  406. ==> sandbox: Notice: /Stage[main]/Locales/Exec[update-locale]/returns: *** update-locale: Error: invalid locale settings:  LANG="ru_RU.UTF-8"
  407. ==> sandbox: Info: Computing checksum on file /etc/localtime
  408. ==> sandbox: Info: /Stage[main]/Timezone/File[/etc/localtime]: Filebucketed /etc/localtime to puppet with sum 0e8a9fcf0c51c69c51b0ed9a5011baee
  409. ==> sandbox: Error: /Stage[main]/Locales/Exec[update-locale]: Failed to call refresh: /usr/sbin/update-locale returned 255 instead of one of [0]
  410. ==> sandbox: Error: /Stage[main]/Locales/Exec[update-locale]: /usr/sbin/update-locale returned 255 instead of one of [0]
  411. ==> sandbox: Notice: /Stage[main]/Timezone/File[/etc/localtime]/ensure: ensure changed 'file' to 'link'
  412. ==> sandbox: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf]/ensure: created
  413. ==> sandbox: Info: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
  414. ==> sandbox: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments]/ensure: created
  415. ==> sandbox: Info: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
  416. ==> sandbox: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments.concat]/ensure: created
  417. ==> sandbox: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments.concat.out]/ensure: created
  418. ==> sandbox: Notice: /Stage[main]/Apache/Concat::Fragment[Apache ports header]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Apache ports header]/ensure: defined content as '{md5}afe35cb5747574b700ebaa0f0b3a626e'
  419. ==> sandbox: Info: /Stage[main]/Apache/Concat::Fragment[Apache ports header]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Apache ports header]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
  420. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/authz_host.load
  421. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]: Filebucketed /etc/apache2/mods-available/authz_host.load to puppet with sum f529587409471e3feb62256bccaf538a
  422. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]/content: content changed '{md5}f529587409471e3feb62256bccaf538a' to '{md5}4b8162e3e3a58d1dc2222e2ad352bd93'
  423. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load]: Scheduling refresh of Class[Apache::Service]
  424. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load symlink]/target: target changed '../mods-available/authz_host.load' to '/etc/apache2/mods-available/authz_host.load'
  425. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_host]/File[authz_host.load symlink]: Scheduling refresh of Class[Apache::Service]
  426. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Authn_core/Apache::Mod[authn_core]/File[authn_core.load symlink]/target: target changed '../mods-available/authn_core.load' to '/etc/apache2/mods-available/authn_core.load'
  427. ==> sandbox: Info: /Stage[main]/Apache::Mod::Authn_core/Apache::Mod[authn_core]/File[authn_core.load symlink]: Scheduling refresh of Class[Apache::Service]
  428. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.load symlink]/ensure: created
  429. ==> sandbox: Info: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.load symlink]: Scheduling refresh of Class[Apache::Service]
  430. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.conf symlink]/ensure: created
  431. ==> sandbox: Info: /Stage[main]/Apache::Mod::Reqtimeout/Apache::Mod[reqtimeout]/File[reqtimeout.conf symlink]: Scheduling refresh of Class[Apache::Service]
  432. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.load symlink]/target: target changed '../mods-available/alias.load' to '/etc/apache2/mods-available/alias.load'
  433. ==> sandbox: Info: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.load symlink]: Scheduling refresh of Class[Apache::Service]
  434. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.conf symlink]/target: target changed '../mods-available/alias.conf' to '/etc/apache2/mods-available/alias.conf'
  435. ==> sandbox: Info: /Stage[main]/Apache::Mod::Alias/Apache::Mod[alias]/File[alias.conf symlink]: Scheduling refresh of Class[Apache::Service]
  436. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Authn_file/Apache::Mod[authn_file]/File[authn_file.load symlink]/target: target changed '../mods-available/authn_file.load' to '/etc/apache2/mods-available/authn_file.load'
  437. ==> sandbox: Info: /Stage[main]/Apache::Mod::Authn_file/Apache::Mod[authn_file]/File[authn_file.load symlink]: Scheduling refresh of Class[Apache::Service]
  438. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.load symlink]/target: target changed '../mods-available/autoindex.load' to '/etc/apache2/mods-available/autoindex.load'
  439. ==> sandbox: Info: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.load symlink]: Scheduling refresh of Class[Apache::Service]
  440. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.conf symlink]/target: target changed '../mods-available/autoindex.conf' to '/etc/apache2/mods-available/autoindex.conf'
  441. ==> sandbox: Info: /Stage[main]/Apache::Mod::Autoindex/Apache::Mod[autoindex]/File[autoindex.conf symlink]: Scheduling refresh of Class[Apache::Service]
  442. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Dav/Apache::Mod[dav]/File[dav.load symlink]/ensure: created
  443. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dav/Apache::Mod[dav]/File[dav.load symlink]: Scheduling refresh of Class[Apache::Service]
  444. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/dav_fs.conf
  445. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]: Filebucketed /etc/apache2/mods-available/dav_fs.conf to puppet with sum 162db96239f13b5416f369b6306d9db6
  446. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]/content: content changed '{md5}162db96239f13b5416f369b6306d9db6' to '{md5}e36e2951cff0d4df331652ca6fccdb77'
  447. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dav_fs/File[dav_fs.conf]: Scheduling refresh of Class[Apache::Service]
  448. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/dav_fs.load
  449. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]: Filebucketed /etc/apache2/mods-available/dav_fs.load to puppet with sum 17f662fd023dbaaab9d89f9a11ae58c1
  450. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]/content: content changed '{md5}17f662fd023dbaaab9d89f9a11ae58c1' to '{md5}3fa14d6e9f9d8eb25d09ed4823508f6d'
  451. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load]: Scheduling refresh of Class[Apache::Service]
  452. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load symlink]/ensure: created
  453. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.load symlink]: Scheduling refresh of Class[Apache::Service]
  454. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.conf symlink]/ensure: created
  455. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dav_fs/Apache::Mod[dav_fs]/File[dav_fs.conf symlink]: Scheduling refresh of Class[Apache::Service]
  456. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/deflate.load
  457. ==> sandbox: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]: Filebucketed /etc/apache2/mods-available/deflate.load to puppet with sum 6a7a23153796456ee919abdf728fd972
  458. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]/content: content changed '{md5}6a7a23153796456ee919abdf728fd972' to '{md5}ac4540dd672556b07f900425751f745c'
  459. ==> sandbox: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load]: Scheduling refresh of Class[Apache::Service]
  460. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load symlink]/target: target changed '../mods-available/deflate.load' to '/etc/apache2/mods-available/deflate.load'
  461. ==> sandbox: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.load symlink]: Scheduling refresh of Class[Apache::Service]
  462. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.conf symlink]/target: target changed '../mods-available/deflate.conf' to '/etc/apache2/mods-available/deflate.conf'
  463. ==> sandbox: Info: /Stage[main]/Apache::Mod::Deflate/Apache::Mod[deflate]/File[deflate.conf symlink]: Scheduling refresh of Class[Apache::Service]
  464. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.load symlink]/target: target changed '../mods-available/dir.load' to '/etc/apache2/mods-available/dir.load'
  465. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.load symlink]: Scheduling refresh of Class[Apache::Service]
  466. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.conf symlink]/target: target changed '../mods-available/dir.conf' to '/etc/apache2/mods-available/dir.conf'
  467. ==> sandbox: Info: /Stage[main]/Apache::Mod::Dir/Apache::Mod[dir]/File[dir.conf symlink]: Scheduling refresh of Class[Apache::Service]
  468. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.load symlink]/target: target changed '../mods-available/mime.load' to '/etc/apache2/mods-available/mime.load'
  469. ==> sandbox: Info: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.load symlink]: Scheduling refresh of Class[Apache::Service]
  470. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.conf symlink]/target: target changed '../mods-available/mime.conf' to '/etc/apache2/mods-available/mime.conf'
  471. ==> sandbox: Info: /Stage[main]/Apache::Mod::Mime/Apache::Mod[mime]/File[mime.conf symlink]: Scheduling refresh of Class[Apache::Service]
  472. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.load symlink]/target: target changed '../mods-available/negotiation.load' to '/etc/apache2/mods-available/negotiation.load'
  473. ==> sandbox: Info: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.load symlink]: Scheduling refresh of Class[Apache::Service]
  474. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.conf symlink]/target: target changed '../mods-available/negotiation.conf' to '/etc/apache2/mods-available/negotiation.conf'
  475. ==> sandbox: Info: /Stage[main]/Apache::Mod::Negotiation/Apache::Mod[negotiation]/File[negotiation.conf symlink]: Scheduling refresh of Class[Apache::Service]
  476. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.load symlink]/target: target changed '../mods-available/setenvif.load' to '/etc/apache2/mods-available/setenvif.load'
  477. ==> sandbox: Info: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.load symlink]: Scheduling refresh of Class[Apache::Service]
  478. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.conf symlink]/target: target changed '../mods-available/setenvif.conf' to '/etc/apache2/mods-available/setenvif.conf'
  479. ==> sandbox: Info: /Stage[main]/Apache::Mod::Setenvif/Apache::Mod[setenvif]/File[setenvif.conf symlink]: Scheduling refresh of Class[Apache::Service]
  480. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/auth_basic.load
  481. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]: Filebucketed /etc/apache2/mods-available/auth_basic.load to puppet with sum a92c34a3ce5e67e2ecbd272155ebe072
  482. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]/content: content changed '{md5}a92c34a3ce5e67e2ecbd272155ebe072' to '{md5}5eec35bb52e1ae9ff5eec602ed1d2374'
  483. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load]: Scheduling refresh of Class[Apache::Service]
  484. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load symlink]/target: target changed '../mods-available/auth_basic.load' to '/etc/apache2/mods-available/auth_basic.load'
  485. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[auth_basic]/File[auth_basic.load symlink]: Scheduling refresh of Class[Apache::Service]
  486. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Filter/Apache::Mod[filter]/File[filter.load symlink]/target: target changed '../mods-available/filter.load' to '/etc/apache2/mods-available/filter.load'
  487. ==> sandbox: Info: /Stage[main]/Apache::Mod::Filter/Apache::Mod[filter]/File[filter.load symlink]: Scheduling refresh of Class[Apache::Service]
  488. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_core]/File[authz_core.load symlink]/target: target changed '../mods-available/authz_core.load' to '/etc/apache2/mods-available/authz_core.load'
  489. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_core]/File[authz_core.load symlink]: Scheduling refresh of Class[Apache::Service]
  490. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/access_compat.load
  491. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load]: Filebucketed /etc/apache2/mods-available/access_compat.load to puppet with sum f7f77b3eb4005749b583ff14b49f8bf1
  492. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load]/content: content changed '{md5}f7f77b3eb4005749b583ff14b49f8bf1' to '{md5}a3e92887d86700b30a3869d0e8c159d7'
  493. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load]: Scheduling refresh of Class[Apache::Service]
  494. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load symlink]/target: target changed '../mods-available/access_compat.load' to '/etc/apache2/mods-available/access_compat.load'
  495. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[access_compat]/File[access_compat.load symlink]: Scheduling refresh of Class[Apache::Service]
  496. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/authz_user.load
  497. ==> sandbox: Info: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load]: Filebucketed /etc/apache2/mods-available/authz_user.load to puppet with sum bcf988f105564ec1e14b78df56a01cd8
  498. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load]/content: content changed '{md5}bcf988f105564ec1e14b78df56a01cd8' to '{md5}69150f8246499e0135580d8cc16eaeab'
  499. ==> sandbox: Info: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load]: Scheduling refresh of Class[Apache::Service]
  500. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load symlink]/target: target changed '../mods-available/authz_user.load' to '/etc/apache2/mods-available/authz_user.load'
  501. ==> sandbox: Info: /Stage[main]/Apache::Mod::Authz_user/Apache::Mod[authz_user]/File[authz_user.load symlink]: Scheduling refresh of Class[Apache::Service]
  502. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/authz_groupfile.load
  503. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]: Filebucketed /etc/apache2/mods-available/authz_groupfile.load to puppet with sum 97a3e14926ce7bf5f2d2a7b93ece648d
  504. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]/content: content changed '{md5}97a3e14926ce7bf5f2d2a7b93ece648d' to '{md5}bf972e82336c72b20d67d871ef77d4ce'
  505. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load]: Scheduling refresh of Class[Apache::Service]
  506. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load symlink]/ensure: created
  507. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[authz_groupfile]/File[authz_groupfile.load symlink]: Scheduling refresh of Class[Apache::Service]
  508. ==> sandbox: Notice: /Stage[main]/Apache::Default_mods/Apache::Mod[env]/File[env.load symlink]/target: target changed '../mods-available/env.load' to '/etc/apache2/mods-available/env.load'
  509. ==> sandbox: Info: /Stage[main]/Apache::Default_mods/Apache::Mod[env]/File[env.load symlink]: Scheduling refresh of Class[Apache::Service]
  510. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-available/worker.load]/ensure: defined content as '{md5}3064ef75f030fbf76986f6f073beb113'
  511. ==> sandbox: Info: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-available/worker.load]: Scheduling refresh of Class[Apache::Service]
  512. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.conf]/ensure: created
  513. ==> sandbox: Info: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.conf]: Scheduling refresh of Class[Apache::Service]
  514. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.load]/ensure: created
  515. ==> sandbox: Info: /Stage[main]/Apache::Mod::Worker/Apache::Mpm[worker]/File[/etc/apache2/mods-enabled/worker.load]: Scheduling refresh of Class[Apache::Service]
  516. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/cgid.conf
  517. ==> sandbox: Info: /Stage[main]/Apache::Mod::Cgid/File[cgid.conf]: Filebucketed /etc/apache2/mods-available/cgid.conf to puppet with sum e8a2836392051bde889cf9c137058273
  518. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Cgid/File[cgid.conf]/content: content changed '{md5}e8a2836392051bde889cf9c137058273' to '{md5}7dffbb5823bcbb9ab4d3e67ab14d38a0'
  519. ==> sandbox: Info: /Stage[main]/Apache::Mod::Cgid/File[cgid.conf]: Scheduling refresh of Class[Apache::Service]
  520. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.load symlink]/ensure: created
  521. ==> sandbox: Info: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.load symlink]: Scheduling refresh of Class[Apache::Service]
  522. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.conf symlink]/ensure: created
  523. ==> sandbox: Info: /Stage[main]/Apache::Mod::Cgid/Apache::Mod[cgid]/File[cgid.conf symlink]: Scheduling refresh of Class[Apache::Service]
  524. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Puphpet::Firewall::Port[80]/Firewall[100 tcp/80]/ensure: created
  525. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Puphpet::Firewall::Port[443]/Firewall[100 tcp/443]/ensure: created
  526. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/ssl.conf
  527. ==> sandbox: Info: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]: Filebucketed /etc/apache2/mods-available/ssl.conf to puppet with sum 6c30f44f4e2ad6bc51c917294aa8e34b
  528. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]/content: content changed '{md5}6c30f44f4e2ad6bc51c917294aa8e34b' to '{md5}e99b7c59defe94cb768570e111037bb6'
  529. ==> sandbox: Info: /Stage[main]/Apache::Mod::Ssl/File[ssl.conf]: Scheduling refresh of Class[Apache::Service]
  530. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.load symlink]/ensure: created
  531. ==> sandbox: Info: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.load symlink]: Scheduling refresh of Class[Apache::Service]
  532. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.conf symlink]/ensure: created
  533. ==> sandbox: Info: /Stage[main]/Apache::Mod::Proxy/Apache::Mod[proxy]/File[proxy.conf symlink]: Scheduling refresh of Class[Apache::Service]
  534. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/proxy_http.load
  535. ==> sandbox: Info: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load]: Filebucketed /etc/apache2/mods-available/proxy_http.load to puppet with sum 161b514c355c6daa95f11371fb9c184c
  536. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load]/content: content changed '{md5}161b514c355c6daa95f11371fb9c184c' to '{md5}2373b5392476521a14e84a444647f640'
  537. ==> sandbox: Info: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load]: Scheduling refresh of Class[Apache::Service]
  538. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load symlink]/ensure: created
  539. ==> sandbox: Info: /Stage[main]/Apache::Mod::Proxy_http/Apache::Mod[proxy_http]/File[proxy_http.load symlink]: Scheduling refresh of Class[Apache::Service]
  540. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/proxy_fcgi.load
  541. ==> sandbox: Info: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load]: Filebucketed /etc/apache2/mods-available/proxy_fcgi.load to puppet with sum 09cbda44eecbf1cbab48b30045217e3c
  542. ==> sandbox: Notice: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load]/content: content changed '{md5}09cbda44eecbf1cbab48b30045217e3c' to '{md5}f27fa0708a1f20f3bad9497c1ca0d5a2'
  543. ==> sandbox: Info: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load]: Scheduling refresh of Class[Apache::Service]
  544. ==> sandbox: Notice: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load symlink]/ensure: created
  545. ==> sandbox: Info: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[proxy_fcgi]/File[proxy_fcgi.load symlink]: Scheduling refresh of Class[Apache::Service]
  546. ==> sandbox: Notice: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[actions]/File[actions.load symlink]/ensure: created
  547. ==> sandbox: Info: /Stage[main]/Puphpet::Apache::Proxy_fcgi/Apache::Mod[actions]/File[actions.load symlink]: Scheduling refresh of Class[Apache::Service]
  548. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Mod[rewrite]/File[rewrite.load symlink]/ensure: created
  549. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Mod[rewrite]/File[rewrite.load symlink]: Scheduling refresh of Class[Apache::Service]
  550. ==> sandbox: Notice: /Stage[main]/Puphpet_firewall/Puphpet::Firewall::Port[22]/Firewall[100 tcp/22]/ensure: created
  551. ==> sandbox: Notice: /Stage[main]/Puphpet::Firewall::Post/Firewall[999 drop all]/ensure: created
  552. ==> sandbox: Notice: /Stage[main]/Mysql::Server::Install/Package[mysql-server]/ensure: created
  553. ==> sandbox: Info: Computing checksum on file /etc/mysql/my.cnf
  554. ==> sandbox: Info: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]: Filebucketed /etc/mysql/my.cnf to puppet with sum 473b5fa0d2aa9b3c4583c95b25460bf0
  555. ==> sandbox: Notice: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]/content: content changed '{md5}473b5fa0d2aa9b3c4583c95b25460bf0' to '{md5}790c6c49aed83ee9b81fa3c7360898c8'
  556. ==> sandbox: Info: Class[Mysql::Server::Config]: Scheduling refresh of Class[Mysql::Server::Service]
  557. ==> sandbox: Info: Class[Mysql::Server::Service]: Scheduling refresh of Service[mysqld]
  558. ==> sandbox: Notice: /Stage[main]/Mysql::Server::Service/File[/var/log/mysql/error.log]/group: group changed 'adm' to 'mysql'
  559. ==> sandbox: Notice: /Stage[main]/Mysql::Server::Service/Service[mysqld]: Triggered 'refresh' from 1 events
  560. ==> sandbox: Notice: /Stage[main]/Mysql::Server::Root_password/Mysql_user[root@localhost]/password_hash: password_hash changed '' to '*2D90A69B6136A8DE2E6B87DC14504CE500DA21CF'
  561. ==> sandbox: Notice: /Stage[main]/Mysql::Server::Root_password/File[/root/.my.cnf]/ensure: defined content as '{md5}ca31c9a4fa7f6abd3c8235120b94d6d1'
  562. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Ini[error_log: /var/log/php-fpm.log]/Augeas[global/error_log: /var/log/php-fpm.log]/returns: executed successfully
  563. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Ini[error_log: /var/log/php-fpm.log]/Augeas[global/error_log: /var/log/php-fpm.log]: Scheduling refresh of Service[php5.6-fpm]
  564. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Ini[pid: /run/php-fpm.pid]/Augeas[global/pid: /run/php-fpm.pid]/returns: executed successfully
  565. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Ini[pid: /run/php-fpm.pid]/Augeas[global/pid: /run/php-fpm.pid]: Scheduling refresh of Service[php5.6-fpm]
  566. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/listen: 127.0.0.1:9000]/Augeas[www/listen: 127.0.0.1:9000]/returns: executed successfully
  567. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/listen: 127.0.0.1:9000]/Augeas[www/listen: 127.0.0.1:9000]: Scheduling refresh of Service[php5.6-fpm]
  568. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/security.limit_extensions: .php]/Augeas[www/security.limit_extensions: .php]/returns: executed successfully
  569. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/security.limit_extensions: .php]/Augeas[www/security.limit_extensions: .php]: Scheduling refresh of Service[php5.6-fpm]
  570. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/user: www-user]/Augeas[www/user: www-user]/returns: executed successfully
  571. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Fpm::Pool_ini[www/user: www-user]/Augeas[www/user: www-user]: Scheduling refresh of Service[php5.6-fpm]
  572. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/mods-available/zzzz_custom.ini]/ensure: created
  573. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/fpm/conf.d/zzzz_custom.ini]/ensure: created
  574. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/File[/etc/php/5.6/cli/conf.d/zzzz_custom.ini]/ensure: created
  575. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/Augeas[CUSTOM/cgi.fix_pathinfo: 1]/returns: executed successfully
  576. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[cgi.fix_pathinfo]/Augeas[CUSTOM/cgi.fix_pathinfo: 1]: Scheduling refresh of Service[php5.6-fpm]
  577. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[display_errors]/Augeas[CUSTOM/display_errors: On]/returns: executed successfully
  578. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[display_errors]/Augeas[CUSTOM/display_errors: On]: Scheduling refresh of Service[php5.6-fpm]
  579. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[error_reporting]/Augeas[CUSTOM/error_reporting: -1]/returns: executed successfully
  580. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[error_reporting]/Augeas[CUSTOM/error_reporting: -1]: Scheduling refresh of Service[php5.6-fpm]
  581. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[session.save_path]/Augeas[CUSTOM/session.save_path: /var/lib/php/session]/returns: executed successfully
  582. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Ini[session.save_path]/Augeas[CUSTOM/session.save_path: /var/lib/php/session]: Scheduling refresh of Service[php5.6-fpm]
  583. ==> sandbox: Notice: /Stage[main]/Puphpet::Php::Xdebug/Puphpet::Php::Ini[xdebug/zend_extension]/Augeas[XDEBUG/zend_extension: xdebug.so]/returns: executed successfully
  584. ==> sandbox: Info: /Stage[main]/Puphpet::Php::Xdebug/Puphpet::Php::Ini[xdebug/zend_extension]/Augeas[XDEBUG/zend_extension: xdebug.so]: Scheduling refresh of Service[php5.6-fpm]
  585. ==> sandbox: Notice: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.default_enable]/Augeas[XDEBUG/xdebug.default_enable: 1]/returns: executed successfully
  586. ==> sandbox: Info: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.default_enable]/Augeas[XDEBUG/xdebug.default_enable: 1]: Scheduling refresh of Service[php5.6-fpm]
  587. ==> sandbox: Info: Puphpet::Php::Ini[xdebug.default_enable]: Scheduling refresh of Service[php5.6-fpm]
  588. ==> sandbox: Notice: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_autostart]/Augeas[XDEBUG/xdebug.remote_autostart: 0]/returns: executed successfully
  589. ==> sandbox: Info: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_autostart]/Augeas[XDEBUG/xdebug.remote_autostart: 0]: Scheduling refresh of Service[php5.6-fpm]
  590. ==> sandbox: Info: Puphpet::Php::Ini[xdebug.remote_autostart]: Scheduling refresh of Service[php5.6-fpm]
  591. ==> sandbox: Notice: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_connect_back]/Augeas[XDEBUG/xdebug.remote_connect_back: 1]/returns: executed successfully
  592. ==> sandbox: Info: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_connect_back]/Augeas[XDEBUG/xdebug.remote_connect_back: 1]: Scheduling refresh of Service[php5.6-fpm]
  593. ==> sandbox: Info: Puphpet::Php::Ini[xdebug.remote_connect_back]: Scheduling refresh of Service[php5.6-fpm]
  594. ==> sandbox: Notice: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_enable]/Augeas[XDEBUG/xdebug.remote_enable: 1]/returns: executed successfully
  595. ==> sandbox: Info: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_enable]/Augeas[XDEBUG/xdebug.remote_enable: 1]: Scheduling refresh of Service[php5.6-fpm]
  596. ==> sandbox: Info: Puphpet::Php::Ini[xdebug.remote_enable]: Scheduling refresh of Service[php5.6-fpm]
  597. ==> sandbox: Notice: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_handler]/Augeas[XDEBUG/xdebug.remote_handler: dbgp]/returns: executed successfully
  598. ==> sandbox: Info: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_handler]/Augeas[XDEBUG/xdebug.remote_handler: dbgp]: Scheduling refresh of Service[php5.6-fpm]
  599. ==> sandbox: Info: Puphpet::Php::Ini[xdebug.remote_handler]: Scheduling refresh of Service[php5.6-fpm]
  600. ==> sandbox: Notice: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_port]/Augeas[XDEBUG/xdebug.remote_port: 9000]/returns: executed successfully
  601. ==> sandbox: Info: /Stage[main]/Puphpet_xdebug/Puphpet::Php::Ini[xdebug.remote_port]/Augeas[XDEBUG/xdebug.remote_port: 9000]: Scheduling refresh of Service[php5.6-fpm]
  602. ==> sandbox: Info: Puphpet::Php::Ini[xdebug.remote_port]: Scheduling refresh of Service[php5.6-fpm]
  603. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf]/ensure: created
  604. ==> sandbox: Info: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf]: Scheduling refresh of Exec[concat_/etc/supervisord.conf]
  605. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments]/ensure: created
  606. ==> sandbox: Info: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments]: Scheduling refresh of Exec[concat_/etc/supervisord.conf]
  607. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments.concat]/ensure: created
  608. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments.concat.out]/ensure: created
  609. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat::Fragment[supervisord_unix]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments/1_supervisord_unix]/ensure: defined content as '{md5}2a371bf6742698a806a2ab9879d60540'
  610. ==> sandbox: Info: /Stage[main]/Supervisord::Config/Concat::Fragment[supervisord_unix]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments/1_supervisord_unix]: Scheduling refresh of Exec[concat_/etc/supervisord.conf]
  611. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat::Fragment[supervisord_main]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments/2_supervisord_main]/ensure: defined content as '{md5}ee667fb8f3cea08d885e29755cccce32'
  612. ==> sandbox: Info: /Stage[main]/Supervisord::Config/Concat::Fragment[supervisord_main]/File[/opt/puppetlabs/puppet/cache/concat/_etc_supervisord.conf/fragments/2_supervisord_main]: Scheduling refresh of Exec[concat_/etc/supervisord.conf]
  613. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/Exec[concat_/etc/supervisord.conf]/returns: executed successfully
  614. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/Exec[concat_/etc/supervisord.conf]: Triggered 'refresh' from 4 events
  615. ==> sandbox: Notice: /Stage[main]/Supervisord::Config/Concat[/etc/supervisord.conf]/File[/etc/supervisord.conf]/ensure: defined content as '{md5}b112084fc510d84abb5b378d21e59b4b'
  616. ==> sandbox: Info: Class[Supervisord::Config]: Scheduling refresh of Class[Supervisord::Service]
  617. ==> sandbox: Info: Class[Supervisord::Service]: Scheduling refresh of Service[supervisord]
  618. ==> sandbox: Notice: /Stage[main]/Supervisord::Service/Service[supervisord]/ensure: ensure changed 'stopped' to 'running'
  619. ==> sandbox: Info: /Stage[main]/Supervisord::Service/Service[supervisord]: Unscheduling refresh on Service[supervisord]
  620. ==> sandbox: Notice: /Stage[main]/Puphpet_python/Puphpet::Python::Preinstall[foo]/Package[libbz2-dev]/ensure: created
  621. ==> sandbox: Notice: /Stage[main]/Puphpet_python/Puphpet::Python::Preinstall[foo]/Package[libreadline-dev]/ensure: created
  622. ==> sandbox: Notice: /Stage[main]/Puphpet_python/Puphpet::Python::Preinstall[foo]/Package[libsqlite3-dev]/ensure: created
  623. ==> sandbox: Notice: /Stage[main]/Puphpet_python/Puphpet::Python::Preinstall[foo]/Package[llvm]/ensure: created
  624. ==> sandbox: Notice: /Stage[main]/Pyenv/Vcsrepo[/usr/local/pyenv]/ensure: Creating repository from present
  625. ==> sandbox: Notice: /Stage[main]/Pyenv/Vcsrepo[/usr/local/pyenv]/ensure: created
  626. ==> sandbox: Notice: /Stage[main]/Pyenv/File[/usr/local/bin/pyenv]/ensure: created
  627. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Dotfile[do]/File[/home/vagrant/.rvmrc]/ensure: created
  628. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Dotfile[do]/File_line[rvm_autoupdate_flag=0 >> ~/.rvmrc]/ensure: created
  629. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Dotfile[do]/File[/root/.rvmrc]/ensure: created
  630. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Dotfile[do]/File_line[rvm_autoupdate_flag=0 >> /root/.rvmrc]/ensure: created
  631. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Install[rv_2m43ygpr7qgo]/Rvm_system_ruby[1.9.3]/ensure: created
  632. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Install[rv_2m43ygpr7qgo]/Rvm_gem[deep_merge]/ensure: created
  633. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Install[rv_2m43ygpr7qgo]/Rvm_gem[activesupport]/ensure: created
  634. ==> sandbox: Notice: /Stage[main]/Puphpet_ruby/Puphpet::Ruby::Install[rv_2m43ygpr7qgo]/Rvm_gem[vine]/ensure: created
  635. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf]/ensure: created
  636. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  637. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments]/ensure: created
  638. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  639. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments.concat]/ensure: created
  640. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments.concat.out]/ensure: created
  641. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/0_av_lov65l4u2l32-apache-header]/ensure: defined content as '{md5}ef07bdc83aede74899054a8e8030630c'
  642. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-apache-header]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/0_av_lov65l4u2l32-apache-header]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  643. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-docroot]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/10_av_lov65l4u2l32-docroot]/ensure: defined content as '{md5}157ad8bee7af5048879d9f12cdab2a3c'
  644. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-docroot]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/10_av_lov65l4u2l32-docroot]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  645. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-directories]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/60_av_lov65l4u2l32-directories]/ensure: defined content as '{md5}87f8cfeeec794df297623368b09a7ce2'
  646. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-directories]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/60_av_lov65l4u2l32-directories]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  647. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-logging]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/80_av_lov65l4u2l32-logging]/ensure: defined content as '{md5}a900859a924a258b22c7defcdb8d4f35'
  648. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-logging]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/80_av_lov65l4u2l32-logging]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  649. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/90_av_lov65l4u2l32-serversignature]/ensure: defined content as '{md5}9bf5a458783ab459e5043e1cdf671fa7'
  650. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-serversignature]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/90_av_lov65l4u2l32-serversignature]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  651. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-access_log]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/100_av_lov65l4u2l32-access_log]/ensure: defined content as '{md5}af5743a59caf2538fc0b9bc494fc3f7a'
  652. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-access_log]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/100_av_lov65l4u2l32-access_log]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  653. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-serveralias]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/190_av_lov65l4u2l32-serveralias]/ensure: defined content as '{md5}8dd8676560b70febbfa4b74b479076a6'
  654. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-serveralias]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/190_av_lov65l4u2l32-serveralias]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  655. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-setenv]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/200_av_lov65l4u2l32-setenv]/ensure: defined content as '{md5}690781efb1a78e37fbd3351bbb9ec9d7'
  656. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-setenv]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/200_av_lov65l4u2l32-setenv]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  657. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/270_av_lov65l4u2l32-custom_fragment]/ensure: defined content as '{md5}2e54006cc7fcfa5deb093a77a7924228'
  658. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-custom_fragment]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/270_av_lov65l4u2l32-custom_fragment]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  659. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/999_av_lov65l4u2l32-file_footer]/ensure: defined content as '{md5}e27b2525783e590ca1820f1e2118285d'
  660. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat::Fragment[av_lov65l4u2l32-file_footer]/File[/opt/puppetlabs/puppet/cache/concat/25-av_lov65l4u2l32.conf/fragments/999_av_lov65l4u2l32-file_footer]: Scheduling refresh of Exec[concat_25-av_lov65l4u2l32.conf]
  661. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/Exec[concat_25-av_lov65l4u2l32.conf]/returns: executed successfully
  662. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/Exec[concat_25-av_lov65l4u2l32.conf]: Triggered 'refresh' from 12 events
  663. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Concat[25-av_lov65l4u2l32.conf]/File[25-av_lov65l4u2l32.conf]/ensure: defined content as '{md5}a0cc1306c4fef8c17649c9f66e380605'
  664. ==> sandbox: Info: Concat[25-av_lov65l4u2l32.conf]: Scheduling refresh of Class[Apache::Service]
  665. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/File[25-av_lov65l4u2l32.conf symlink]/ensure: created
  666. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/File[25-av_lov65l4u2l32.conf symlink]: Scheduling refresh of Class[Apache::Service]
  667. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_80.conf]/ensure: created
  668. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  669. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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
  670. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  671. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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
  672. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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
  673. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  674. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  675. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  676. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  677. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  678. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  679. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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}21834531837657af0bf62340310bcf8b'
  680. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  681. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  682. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  683. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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}9f7e6c342953b960ebad31d7b8053d4c'
  684. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  685. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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}2e54006cc7fcfa5deb093a77a7924228'
  686. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  687. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  688. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  689. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/Exec[concat_10-default_vhost_80.conf]/returns: executed successfully
  690. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/Exec[concat_10-default_vhost_80.conf]: Triggered 'refresh' from 10 events
  691. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/Concat[10-default_vhost_80.conf]/File[10-default_vhost_80.conf]/ensure: defined content as '{md5}a5334bd2bbba3f57a9b7b5bc66169c6c'
  692. ==> sandbox: Info: Concat[10-default_vhost_80.conf]: Scheduling refresh of Class[Apache::Service]
  693. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/File[10-default_vhost_80.conf symlink]/ensure: created
  694. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_80]/File[10-default_vhost_80.conf symlink]: Scheduling refresh of Class[Apache::Service]
  695. ==> sandbox: Info: Computing checksum on file /etc/apache2/mods-available/ssl.load
  696. ==> sandbox: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]: Filebucketed /etc/apache2/mods-available/ssl.load to puppet with sum 838b292226d2da6ceb3f1c793696ca12
  697. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]/content: content changed '{md5}838b292226d2da6ceb3f1c793696ca12' to '{md5}75536619bec23ffc5c907734cce151a0'
  698. ==> sandbox: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load]: Scheduling refresh of Class[Apache::Service]
  699. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load symlink]/ensure: created
  700. ==> sandbox: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.load symlink]: Scheduling refresh of Class[Apache::Service]
  701. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.conf symlink]/ensure: created
  702. ==> sandbox: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[ssl]/File[ssl.conf symlink]: Scheduling refresh of Class[Apache::Service]
  703. ==> sandbox: Notice: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[socache_shmcb]/File[socache_shmcb.load symlink]/ensure: created
  704. ==> sandbox: Info: /Stage[main]/Apache::Mod::Ssl/Apache::Mod[socache_shmcb]/File[socache_shmcb.load symlink]: Scheduling refresh of Class[Apache::Service]
  705. ==> sandbox: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/mpm_event.conf]/ensure: removed
  706. ==> sandbox: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/mpm_event.load]/ensure: removed
  707. ==> sandbox: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/status.conf]/ensure: removed
  708. ==> sandbox: Notice: /Stage[main]/Apache/File[/etc/apache2/mods-enabled/status.load]/ensure: removed
  709. ==> sandbox: Info: /etc/apache2/mods-enabled: Scheduling refresh of Class[Apache::Service]
  710. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf]/ensure: created
  711. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  712. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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
  713. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  714. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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
  715. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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
  716. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  717. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  718. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  719. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  720. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  721. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  722. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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}68ced0e28829f27f881bc7bc05c0963a'
  723. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  724. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  725. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  726. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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}5e1fa54d02a41f1548c073679ae90c3e'
  727. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  728. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-ssl]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/210_default_vhost_443-ssl]/ensure: defined content as '{md5}100cf0a6ef99d5b81ccc9f650873eb49'
  729. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat::Fragment[default_vhost_443-ssl]/File[/opt/puppetlabs/puppet/cache/concat/10-default_vhost_443.conf/fragments/210_default_vhost_443-ssl]: Scheduling refresh of Exec[concat_10-default_vhost_443.conf]
  730. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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}2e54006cc7fcfa5deb093a77a7924228'
  731. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  732. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/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'
  733. ==> sandbox: Info: /Stage[main]/Puphpet_apache/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]
  734. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/Exec[concat_10-default_vhost_443.conf]/returns: executed successfully
  735. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/Exec[concat_10-default_vhost_443.conf]: Triggered 'refresh' from 11 events
  736. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Concat[10-default_vhost_443.conf]/File[10-default_vhost_443.conf]/ensure: defined content as '{md5}d90779652a904c8e0ad8cefc30d4f4a3'
  737. ==> sandbox: Info: Concat[10-default_vhost_443.conf]: Scheduling refresh of Class[Apache::Service]
  738. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/File[10-default_vhost_443.conf symlink]/ensure: created
  739. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/File[10-default_vhost_443.conf symlink]: Scheduling refresh of Class[Apache::Service]
  740. ==> sandbox: Notice: /Stage[main]/Puphpet_mysql/Puphpet::Php::Module[mysql]/Php::Module[mysql]/Package[PhpModule_mysql]/ensure: created
  741. ==> sandbox: Info: /Stage[main]/Puphpet_mysql/Puphpet::Php::Module[mysql]/Php::Module[mysql]/Package[PhpModule_mysql]: Scheduling refresh of Service[php5.6-fpm]
  742. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Puphpet::Php::Module[intl]/Php::Module[intl]/Package[PhpModule_intl]/ensure: created
  743. ==> sandbox: Info: /Stage[main]/Puphpet_php/Puphpet::Php::Module[intl]/Php::Module[intl]/Package[PhpModule_intl]: Scheduling refresh of Service[php5.6-fpm]
  744. ==> sandbox: Info: Puphpet::Php::Module[intl]: Scheduling refresh of Service[php5.6-fpm]
  745. ==> sandbox: Notice: /Stage[main]/Puphpet_php/Service[php5.6-fpm]: Triggered 'refresh' from 26 events
  746. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Apache::Listen[80]/Concat::Fragment[Listen 80]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Listen 80]/ensure: defined content as '{md5}d5fcefc335117f400d451de47efeca87'
  747. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[av_lov65l4u2l32]/Apache::Listen[80]/Concat::Fragment[Listen 80]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Listen 80]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
  748. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Apache::Listen[443]/Concat::Fragment[Listen 443]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Listen 443]/ensure: defined content as '{md5}462e40c14c182d965ae6448e832ebb9a'
  749. ==> sandbox: Info: /Stage[main]/Puphpet_apache/Apache::Vhost[default_vhost_443]/Apache::Listen[443]/Concat::Fragment[Listen 443]/File[/opt/puppetlabs/puppet/cache/concat/_etc_apache2_ports.conf/fragments/10_Listen 443]: Scheduling refresh of Exec[concat_/etc/apache2/ports.conf]
  750. ==> sandbox: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/Exec[concat_/etc/apache2/ports.conf]/returns: executed successfully
  751. ==> sandbox: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/Exec[concat_/etc/apache2/ports.conf]: Triggered 'refresh' from 5 events
  752. ==> sandbox: Info: Computing checksum on file /etc/apache2/ports.conf
  753. ==> sandbox: Info: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/etc/apache2/ports.conf]: Filebucketed /etc/apache2/ports.conf to puppet with sum a961f23471d985c2b819b652b7f64321
  754. ==> sandbox: Notice: /Stage[main]/Apache/Concat[/etc/apache2/ports.conf]/File[/etc/apache2/ports.conf]/content: content changed '{md5}a961f23471d985c2b819b652b7f64321' to '{md5}7c4742adc3e33066c74a24c77716ccce'
  755. ==> sandbox: Info: Concat[/etc/apache2/ports.conf]: Scheduling refresh of Class[Apache::Service]
  756. ==> sandbox: Info: Computing checksum on file /etc/apache2/apache2.conf
  757. ==> sandbox: Info: /Stage[main]/Apache/File[/etc/apache2/apache2.conf]: Filebucketed /etc/apache2/apache2.conf to puppet with sum d98c4b09e5d210601641bf0a5d0ed619
  758. ==> sandbox: Notice: /Stage[main]/Apache/File[/etc/apache2/apache2.conf]/content: content changed '{md5}d98c4b09e5d210601641bf0a5d0ed619' to '{md5}15f9cc0d4fa965eeb452e595cc21edeb'
  759. ==> sandbox: Info: /Stage[main]/Apache/File[/etc/apache2/apache2.conf]: Scheduling refresh of Class[Apache::Service]
  760. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Exec[Create apache webroot]/returns: executed successfully
  761. ==> sandbox: Info: Class[Apache::Service]: Scheduling refresh of Service[httpd]
  762. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Exec[exec mkdir -p /var/www/sandbox.lo @ key av_lov65l4u2l32]/returns: executed successfully
  763. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/File[/var/run/apache2/ssl_mutex]/ensure: created
  764. ==> sandbox: Info: /Stage[main]/Puphpet_apache/File[/var/run/apache2/ssl_mutex]: Scheduling refresh of Service[httpd]
  765. ==> sandbox: Notice: /Stage[main]/Apache::Service/Service[httpd]: Triggered 'refresh' from 2 events
  766. ==> sandbox: Notice: /Stage[main]/Puphpet_apache/Exec[Set /var/www/html/index.html contents]/returns: executed successfully
  767. ==> sandbox: Notice: /Stage[main]/Puphpet::Adminer/File[/var/www/html/adminer]/ensure: created
  768. ==> sandbox: Notice: /Stage[main]/Puphpet::Adminer/Exec[download adminer to /var/www/html/adminer]/returns: executed successfully
  769. ==> sandbox: Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
  770. ==> sandbox: Notice: Applied catalog in 497.03 seconds
  771. The SSH command responded with a non-zero exit status. Vagrant
  772. assumes that this means the command failed. The output for this command
  773. should be in the log above. Please read the output to determine what
  774. went wrong.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement