Created
August 3, 2015 18:08
-
-
Save djmofcourse/606dda198806d6a91378 to your computer and use it in GitHub Desktop.
Acceptance test for https://github.com/ajjahn/puppet-dns/pull/134
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/djm/.rvm/rubies/ruby-1.9.3-p484/bin/ruby -I/home/djm/.rvm/gems/ruby-1.9.3-p484/gems/rspec-core-3.1.7/lib:/home/djm/.rvm/gems/ruby-1.9.3-p484/gems/rspec-support-3.1.2/lib /home/djm/.rvm/gems/ruby-1.9.3-p484/gems/rspec-core-3.1.7/exe/rspec spec/acceptance --color | |
Hypervisor for ubuntu-server-1204-x64 is vagrant | |
Beaker::Hypervisor, found some vagrant boxes to create | |
created Vagrantfile for VagrantHost ubuntu-server-1204-x64 | |
Bringing machine 'ubuntu-server-1204-x64' up with 'virtualbox' provider... | |
==> ubuntu-server-1204-x64: Importing base box 'puppetlabs/ubuntu-12.04-64-nocm'... | |
==> ubuntu-server-1204-x64: Matching MAC address for NAT networking... | |
==> ubuntu-server-1204-x64: Checking if box 'puppetlabs/ubuntu-12.04-64-nocm' is up to date... | |
==> ubuntu-server-1204-x64: Setting the name of the VM: defaultyml_ubuntu-server-1204-x64_1438625088865_35586 | |
==> ubuntu-server-1204-x64: Fixed port collision for 22 => 2222. Now on port 2200. | |
==> ubuntu-server-1204-x64: Clearing any previously set network interfaces... | |
==> ubuntu-server-1204-x64: Preparing network interfaces based on configuration... | |
ubuntu-server-1204-x64: Adapter 1: nat | |
ubuntu-server-1204-x64: Adapter 2: hostonly | |
==> ubuntu-server-1204-x64: Forwarding ports... | |
ubuntu-server-1204-x64: 22 => 2200 (adapter 1) | |
==> ubuntu-server-1204-x64: Running 'pre-boot' VM customizations... | |
==> ubuntu-server-1204-x64: Booting VM... | |
==> ubuntu-server-1204-x64: Waiting for machine to boot. This may take a few minutes... | |
ubuntu-server-1204-x64: SSH address: 127.0.0.1:2200 | |
ubuntu-server-1204-x64: SSH username: vagrant | |
ubuntu-server-1204-x64: SSH auth method: private key | |
ubuntu-server-1204-x64: Warning: Connection timeout. Retrying... | |
==> ubuntu-server-1204-x64: Machine booted and ready! | |
==> ubuntu-server-1204-x64: Checking for guest additions in VM... | |
==> ubuntu-server-1204-x64: Setting hostname... | |
==> ubuntu-server-1204-x64: Configuring and enabling network interfaces... | |
==> ubuntu-server-1204-x64: Mounting shared folders... | |
ubuntu-server-1204-x64: /vagrant => /home/djm/src/a/puppet-dns/.vagrant/beaker_vagrant_files/default.yml | |
configure vagrant boxes (set ssh-config, switch to root user, hack etc/hosts) | |
Give root a copy of current user's keys, on ubuntu-server-1204-x64 | |
ubuntu-server-1204-x64 19:05:15$ sudo su -c "cp -r .ssh /root/." | |
Attempting ssh connection to 10.255.153.116, user: vagrant, opts: {:config=>"/tmp/ubuntu-server-1204-x6420150803-24921-k4v47c"} | |
Allocated a PTY on 10.255.153.116 for "sudo su -c \"cp -r .ssh /root/.\"" | |
ubuntu-server-1204-x64 executed in 0.18 seconds | |
Update /etc/ssh/sshd_config to allow root login | |
ubuntu-server-1204-x64 19:05:15$ sudo su -c "sed -ri 's/^#?PermitRootLogin no|^#?PermitRootLogin yes/PermitRootLogin yes/' /etc/ssh/sshd_config" | |
Allocated a PTY on 10.255.153.116 for "sudo su -c \"sed -ri 's/^#?PermitRootLogin no|^#?PermitRootLogin yes/PermitRootLogin yes/' /etc/ssh/sshd_config\"" | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:15$ sudo su -c "service ssh restart" | |
Allocated a PTY on 10.255.153.116 for "sudo su -c \"service ssh restart\"" | |
ssh stop/waiting | |
ssh start/running, process 1394 | |
ubuntu-server-1204-x64 executed in 0.05 seconds | |
Warning: ssh connection to 10.255.153.116 has been terminated | |
ubuntu-server-1204-x64 19:05:17$ echo '127.0.0.1 localhost localhost.localdomain | |
10.255.153.116 ubuntu-server-1204-x64 | |
' > /etc/hosts | |
Attempting ssh connection to 10.255.153.116, user: root, opts: {:config=>"/tmp/ubuntu-server-1204-x6420150803-24921-1tnui8j"} | |
ubuntu-server-1204-x64 executed in 0.16 seconds | |
ubuntu-server-1204-x64 19:05:18$ dpkg -s curl | |
Package: curl | |
Status: install ok installed | |
Priority: optional | |
Section: web | |
Installed-Size: 345 | |
Maintainer: Ubuntu Developers <[email protected]> | |
Architecture: amd64 | |
Version: 7.22.0-3ubuntu4.14 | |
Replaces: curl-ssl | |
Provides: curl-ssl | |
Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2-1), zlib1g (>= 1:1.1.4) | |
Description: Get a file from an HTTP, HTTPS or FTP server | |
curl is a client to get files from servers using any of the supported | |
protocols. The command is designed to work without user interaction | |
or any kind of interactivity. | |
. | |
curl offers a busload of useful tricks like proxy support, user | |
authentication, FTP upload, HTTP post, file transfer resume and more. | |
Homepage: http://curl.haxx.se | |
Original-Maintainer: Ramakrishnan Muthukrishnan <[email protected]> | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:18$ dpkg -s ntpdate | |
Package: ntpdate | |
Status: install ok installed | |
Priority: optional | |
Section: net | |
Installed-Size: 243 | |
Maintainer: Ubuntu Developers <[email protected]> | |
Architecture: amd64 | |
Source: ntp | |
Version: 1:4.2.6.p3+dfsg-1ubuntu3.4 | |
Depends: netbase, libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) | |
Pre-Depends: dpkg (>= 1.15.7.2) | |
Recommends: lockfile-progs | |
Breaks: dhcp3-client (<< 4.1.0-1) | |
Conffiles: | |
/etc/dhcp/dhclient-exit-hooks.d/ntpdate 1d4c6af64ca132451ee95a08686ea111 | |
/etc/logcheck/ignore.d.server/ntpdate 68d4df7cceb0e97bde87126c3a56b219 | |
/etc/default/ntpdate 39415ec9778476795fdbb832adc43b9b | |
/etc/network/if-up.d/ntpdate 336a082b2390bda125d83c01fe125e93 | |
Description: client for setting system time from NTP servers | |
NTP, the Network Time Protocol, is used to keep computer clocks | |
accurate by synchronizing them over the Internet or a local network, | |
or by following an accurate hardware receiver that interprets GPS, | |
DCF-77, NIST or similar time signals. | |
. | |
ntpdate is a simple NTP client that sets a system's clock to match | |
the time obtained by communicating with one or more NTP servers. It | |
is not sufficient, however, for maintaining an accurate clock in the | |
long run. ntpdate by itself is useful for occasionally setting the | |
time on machines that do not have full-time network access, such as | |
laptops. | |
. | |
If the full NTP daemon from the package "ntp" is installed, then | |
ntpdate is not necessary. | |
Homepage: http://support.ntp.org/ | |
Original-Maintainer: Debian NTP Team <[email protected]> | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
setting local environment on ubuntu-server-1204-x64 | |
ubuntu-server-1204-x64 19:05:18$ echo ' | |
PermitUserEnvironment yes' >> /etc/ssh/sshd_config | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:18$ service ssh restart | |
ssh stop/waiting | |
ssh start/running, process 1419 | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:18$ mkdir -p ~/.ssh | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:18$ chmod 0600 ~/.ssh | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:18$ touch ~/.ssh/environment | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:18$ grep PATH=.*\$PATH ~/.ssh/environment | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
Exited: 1 | |
ubuntu-server-1204-x64 19:05:18$ grep PATH ~/.ssh/environment | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
Exited: 1 | |
ubuntu-server-1204-x64 19:05:18$ echo "PATH=$PATH" >> ~/.ssh/environment | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
will not mirror environment to /etc/profile.d on non-sles platform host | |
ubuntu-server-1204-x64 19:05:18$ echo "/usr/bin" | |
/usr/bin | |
ubuntu-server-1204-x64 executed in 0.05 seconds | |
ubuntu-server-1204-x64 19:05:18$ echo "/opt/puppet-git-repos/hiera/bin" | |
/opt/puppet-git-repos/hiera/bin | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:18$ grep PATH=.*\/usr\/bin:\/opt\/puppet\-git\-repos\/hiera\/bin ~/.ssh/environment | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
Exited: 1 | |
ubuntu-server-1204-x64 19:05:18$ grep PATH ~/.ssh/environment | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:18$ sed -i -e "s/PATH=/PATH=\/usr\/bin:\/opt\/puppet\-git\-repos\/hiera\/bin:/" ~/.ssh/environment | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
will not mirror environment to /etc/profile.d on non-sles platform host | |
Warning: ssh connection to 10.255.153.116 has been terminated | |
ubuntu-server-1204-x64 19:05:18$ cat ~/.ssh/environment | |
Attempting ssh connection to 10.255.153.116, user: root, opts: {:config=>"/tmp/ubuntu-server-1204-x6420150803-24921-1tnui8j", :user=>"root"} | |
PATH=/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games | |
ubuntu-server-1204-x64 executed in 0.17 seconds | |
ubuntu-server-1204-x64 19:05:18$ wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppetlabs-release-precise.deb | |
--2015-08-03 11:05:18-- http://apt.puppetlabs.com/puppetlabs-release-precise.deb | |
Resolving apt.puppetlabs.com (apt.puppetlabs.com)... 192.155.89.90, 2600:3c03::f03c:91ff:fedb:6b1d | |
Connecting to apt.puppetlabs.com (apt.puppetlabs.com)|192.155.89.90|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 7382 (7.2K) [application/x-debian-package] | |
Saving to: `/tmp/puppet.deb' | |
0K ....... 100% 178M=0s | |
2015-08-03 11:05:19 (178 MB/s) - `/tmp/puppet.deb' saved [7382/7382] | |
ubuntu-server-1204-x64 executed in 0.33 seconds | |
ubuntu-server-1204-x64 19:05:19$ dpkg -i --force-all /tmp/puppet.deb | |
Selecting previously unselected package puppetlabs-release. | |
(Reading database ... 54391 files and directories currently installed.) | |
Unpacking puppetlabs-release (from /tmp/puppet.deb) ... | |
Setting up puppetlabs-release (1.0-11) ... | |
Configuration file `/etc/apt/trusted.gpg.d/puppetlabs-keyring.gpg', does not exist on system. | |
Installing new config file as you requested. | |
Configuration file `/etc/apt/trusted.gpg.d/puppetlabs-nightly-keyring.gpg', does not exist on system. | |
Installing new config file as you requested. | |
Configuration file `/etc/apt/sources.list.d/puppetlabs.list', does not exist on system. | |
Installing new config file as you requested. | |
ubuntu-server-1204-x64 executed in 0.31 seconds | |
ubuntu-server-1204-x64 19:05:19$ apt-get update | |
Get:1 http://apt.puppetlabs.com precise Release.gpg [876 B] | |
Get:2 http://security.ubuntu.com precise-security Release.gpg [198 B] | |
Hit http://us.archive.ubuntu.com precise Release.gpg | |
Get:3 http://us.archive.ubuntu.com precise-updates Release.gpg [198 B] | |
Hit http://us.archive.ubuntu.com precise-backports Release.gpg | |
Get:4 http://apt.puppetlabs.com precise Release [32.4 kB] | |
Get:5 http://security.ubuntu.com precise-security Release [54.3 kB] | |
Hit http://us.archive.ubuntu.com precise Release | |
Get:6 http://us.archive.ubuntu.com precise-updates Release [196 kB] | |
Get:7 http://apt.puppetlabs.com precise/main Sources [84.5 kB] | |
Get:8 http://security.ubuntu.com precise-security/main Sources [133 kB] | |
Get:9 http://apt.puppetlabs.com precise/dependencies Sources [9,250 B] | |
Get:10 http://apt.puppetlabs.com precise/main amd64 Packages [95.1 kB] | |
Hit http://us.archive.ubuntu.com precise-backports Release | |
Get:11 http://apt.puppetlabs.com precise/dependencies amd64 Packages [6,421 B] | |
Get:12 http://apt.puppetlabs.com precise/main i386 Packages [95.1 kB] | |
Get:13 http://apt.puppetlabs.com precise/dependencies i386 Packages [6,420 B] | |
Ign http://apt.puppetlabs.com precise/dependencies TranslationIndex | |
Ign http://apt.puppetlabs.com precise/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/main Sources | |
Hit http://us.archive.ubuntu.com precise/restricted Sources | |
Hit http://us.archive.ubuntu.com precise/universe Sources | |
Hit http://us.archive.ubuntu.com precise/multiverse Sources | |
Hit http://us.archive.ubuntu.com precise/main amd64 Packages | |
Get:14 http://security.ubuntu.com precise-security/restricted Sources [3,759 B] | |
Get:15 http://security.ubuntu.com precise-security/universe Sources [43.8 kB] | |
Hit http://us.archive.ubuntu.com precise/restricted amd64 Packages | |
Hit http://us.archive.ubuntu.com precise/universe amd64 Packages | |
Hit http://us.archive.ubuntu.com precise/multiverse amd64 Packages | |
Hit http://us.archive.ubuntu.com precise/main i386 Packages | |
Hit http://us.archive.ubuntu.com precise/restricted i386 Packages | |
Get:16 http://security.ubuntu.com precise-security/multiverse Sources [2,199 B] | |
Get:17 http://security.ubuntu.com precise-security/main amd64 Packages [539 kB] | |
Hit http://us.archive.ubuntu.com precise/universe i386 Packages | |
Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex | |
Get:18 http://us.archive.ubuntu.com precise-updates/main Sources [492 kB] | |
Get:19 http://security.ubuntu.com precise-security/restricted amd64 Packages [8,943 B] | |
Get:20 http://security.ubuntu.com precise-security/universe amd64 Packages [124 kB] | |
Get:21 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2,697 B] | |
Get:22 http://security.ubuntu.com precise-security/main i386 Packages [587 kB] | |
Ign http://apt.puppetlabs.com precise/dependencies Translation-en_US | |
Ign http://apt.puppetlabs.com precise/dependencies Translation-en | |
Get:23 http://security.ubuntu.com precise-security/restricted i386 Packages [8,939 B] | |
Get:24 http://security.ubuntu.com precise-security/universe i386 Packages [132 kB] | |
Get:25 http://us.archive.ubuntu.com precise-updates/restricted Sources [7,981 B] | |
Get:26 http://us.archive.ubuntu.com precise-updates/universe Sources [122 kB] | |
Get:27 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,864 B] | |
Get:28 http://security.ubuntu.com precise-security/main TranslationIndex [208 B] | |
Ign http://apt.puppetlabs.com precise/main Translation-en_US | |
Ign http://apt.puppetlabs.com precise/main Translation-en | |
Get:29 http://security.ubuntu.com precise-security/multiverse TranslationIndex [199 B] | |
Get:30 http://security.ubuntu.com precise-security/restricted TranslationIndex [202 B] | |
Get:31 http://security.ubuntu.com precise-security/universe TranslationIndex [205 B] | |
Get:32 http://us.archive.ubuntu.com precise-updates/multiverse Sources [9,714 B] | |
Get:33 http://us.archive.ubuntu.com precise-updates/main amd64 Packages [925 kB] | |
Get:34 http://security.ubuntu.com precise-security/main Translation-en [236 kB] | |
Get:35 http://us.archive.ubuntu.com precise-updates/restricted amd64 Packages [13.6 kB] | |
Get:36 http://us.archive.ubuntu.com precise-updates/universe amd64 Packages [268 kB] | |
Get:37 http://us.archive.ubuntu.com precise-updates/multiverse amd64 Packages [16.5 kB] | |
Get:38 http://us.archive.ubuntu.com precise-updates/main i386 Packages [977 kB] | |
Hit http://security.ubuntu.com precise-security/multiverse Translation-en | |
Hit http://security.ubuntu.com precise-security/restricted Translation-en | |
Get:39 http://security.ubuntu.com precise-security/universe Translation-en [77.8 kB] | |
Get:40 http://us.archive.ubuntu.com precise-updates/restricted i386 Packages [13.6 kB] | |
Get:41 http://us.archive.ubuntu.com precise-updates/universe i386 Packages [278 kB] | |
Get:42 http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages [16.7 kB] | |
Get:43 http://us.archive.ubuntu.com precise-updates/main TranslationIndex [10.6 kB] | |
Get:44 http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex [7,613 B] | |
Get:45 http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex [7,297 B] | |
Get:46 http://us.archive.ubuntu.com precise-updates/universe TranslationIndex [8,333 B] | |
Hit http://us.archive.ubuntu.com precise-backports/main Sources | |
Hit http://us.archive.ubuntu.com precise-backports/restricted Sources | |
Hit http://us.archive.ubuntu.com precise-backports/universe Sources | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse Sources | |
Hit http://us.archive.ubuntu.com precise-backports/main amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/restricted amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/universe amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/main i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/restricted i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/universe i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/universe TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/main Translation-en | |
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise/universe Translation-en | |
Get:47 http://us.archive.ubuntu.com precise-updates/main Translation-en [402 kB] | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en | |
Get:48 http://us.archive.ubuntu.com precise-updates/universe Translation-en [160 kB] | |
Hit http://us.archive.ubuntu.com precise-backports/main Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en | |
Fetched 6,217 kB in 7s (858 kB/s) | |
Reading package lists... | |
ubuntu-server-1204-x64 executed in 10.90 seconds | |
ubuntu-server-1204-x64 19:05:30$ echo "/usr/bin" | |
/usr/bin | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:30$ echo "/opt/puppet-git-repos/hiera/bin" | |
/opt/puppet-git-repos/hiera/bin | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:30$ grep PATH=.*\/usr\/bin:\/opt\/puppet\-git\-repos\/hiera\/bin ~/.ssh/environment | |
PATH=/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:30$ apt-get update | |
Hit http://security.ubuntu.com precise-security Release.gpg | |
Hit http://apt.puppetlabs.com precise Release.gpg | |
Hit http://us.archive.ubuntu.com precise Release.gpg | |
Hit http://us.archive.ubuntu.com precise-updates Release.gpg | |
Hit http://us.archive.ubuntu.com precise-backports Release.gpg | |
Hit http://security.ubuntu.com precise-security Release | |
Hit http://us.archive.ubuntu.com precise Release | |
Hit http://us.archive.ubuntu.com precise-updates Release | |
Hit http://apt.puppetlabs.com precise Release | |
Hit http://us.archive.ubuntu.com precise-backports Release | |
Hit http://security.ubuntu.com precise-security/main Sources | |
Hit http://apt.puppetlabs.com precise/main Sources | |
Hit http://apt.puppetlabs.com precise/dependencies Sources | |
Hit http://apt.puppetlabs.com precise/main amd64 Packages | |
Hit http://apt.puppetlabs.com precise/dependencies amd64 Packages | |
Hit http://apt.puppetlabs.com precise/main i386 Packages | |
Hit http://apt.puppetlabs.com precise/dependencies i386 Packages | |
Ign http://apt.puppetlabs.com precise/dependencies TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/main Sources | |
Hit http://us.archive.ubuntu.com precise/restricted Sources | |
Hit http://us.archive.ubuntu.com precise/universe Sources | |
Hit http://us.archive.ubuntu.com precise/multiverse Sources | |
Hit http://us.archive.ubuntu.com precise/main amd64 Packages | |
Hit http://us.archive.ubuntu.com precise/restricted amd64 Packages | |
Hit http://us.archive.ubuntu.com precise/universe amd64 Packages | |
Hit http://us.archive.ubuntu.com precise/multiverse amd64 Packages | |
Hit http://us.archive.ubuntu.com precise/main i386 Packages | |
Hit http://us.archive.ubuntu.com precise/restricted i386 Packages | |
Hit http://security.ubuntu.com precise-security/restricted Sources | |
Hit http://security.ubuntu.com precise-security/universe Sources | |
Hit http://security.ubuntu.com precise-security/multiverse Sources | |
Hit http://security.ubuntu.com precise-security/main amd64 Packages | |
Hit http://security.ubuntu.com precise-security/restricted amd64 Packages | |
Hit http://security.ubuntu.com precise-security/universe amd64 Packages | |
Hit http://security.ubuntu.com precise-security/multiverse amd64 Packages | |
Hit http://security.ubuntu.com precise-security/main i386 Packages | |
Hit http://security.ubuntu.com precise-security/restricted i386 Packages | |
Hit http://security.ubuntu.com precise-security/universe i386 Packages | |
Ign http://apt.puppetlabs.com precise/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/universe i386 Packages | |
Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-updates/main Sources | |
Hit http://us.archive.ubuntu.com precise-updates/restricted Sources | |
Hit http://us.archive.ubuntu.com precise-updates/universe Sources | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse Sources | |
Hit http://security.ubuntu.com precise-security/multiverse i386 Packages | |
Hit http://security.ubuntu.com precise-security/main TranslationIndex | |
Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex | |
Hit http://security.ubuntu.com precise-security/restricted TranslationIndex | |
Hit http://security.ubuntu.com precise-security/universe TranslationIndex | |
Hit http://security.ubuntu.com precise-security/main Translation-en | |
Hit http://security.ubuntu.com precise-security/multiverse Translation-en | |
Hit http://security.ubuntu.com precise-security/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/main amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/restricted amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/universe amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/main i386 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/restricted i386 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/universe i386 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex | |
Hit http://security.ubuntu.com precise-security/universe Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-updates/universe TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/main Sources | |
Hit http://us.archive.ubuntu.com precise-backports/restricted Sources | |
Hit http://us.archive.ubuntu.com precise-backports/universe Sources | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse Sources | |
Hit http://us.archive.ubuntu.com precise-backports/main amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/restricted amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/universe amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse amd64 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/main i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/restricted i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/universe i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/universe TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/main Translation-en | |
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise/universe Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/main Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/main Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en | |
Ign http://apt.puppetlabs.com precise/dependencies Translation-en_US | |
Ign http://apt.puppetlabs.com precise/dependencies Translation-en | |
Ign http://apt.puppetlabs.com precise/main Translation-en_US | |
Ign http://apt.puppetlabs.com precise/main Translation-en | |
Reading package lists... | |
ubuntu-server-1204-x64 executed in 7.84 seconds | |
ubuntu-server-1204-x64 19:05:38$ apt-get install --force-yes -y puppet | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
augeas-lenses debconf-utils facter hiera libaugeas-ruby libaugeas-ruby1.8 | |
libaugeas0 libjson-ruby libreadline5 libruby libruby1.8 libshadow-ruby1.8 | |
puppet-common ruby ruby-json ruby1.8 virt-what | |
Suggested packages: | |
augeas-doc augeas-tools puppet-el vim-puppet ruby-selinux libselinux-ruby1.8 | |
librrd-ruby1.9.1 librrd-ruby1.8 ri ruby-dev ruby1.8-examples ri1.8 | |
Recommended packages: | |
rdoc | |
The following NEW packages will be installed: | |
augeas-lenses debconf-utils facter hiera libaugeas-ruby libaugeas-ruby1.8 | |
libaugeas0 libjson-ruby libreadline5 libruby libruby1.8 libshadow-ruby1.8 | |
puppet puppet-common ruby ruby-json ruby1.8 virt-what | |
0 upgraded, 18 newly installed, 0 to remove and 13 not upgraded. | |
Need to get 4,270 kB of archives. | |
After this operation, 17.4 MB of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libreadline5 amd64 5.2-11 [128 kB] | |
Get:2 http://apt.puppetlabs.com/ precise/main facter all 2.4.4-1puppetlabs1 [87.7 kB] | |
Get:3 http://apt.puppetlabs.com/ precise/main hiera all 1.3.4-1puppetlabs1 [12.9 kB] | |
Get:4 http://apt.puppetlabs.com/ precise/main puppet-common all 3.8.1-1puppetlabs1 [1,677 kB] | |
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise/main augeas-lenses all 0.10.0-0ubuntu4 [175 kB] | |
Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/main debconf-utils all 1.5.42ubuntu1 [54.9 kB] | |
Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libruby1.8 amd64 1.8.7.352-2ubuntu1.6 [1,800 kB] | |
Get:8 http://apt.puppetlabs.com/ precise/main puppet all 3.8.1-1puppetlabs1 [9,614 B] | |
Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main ruby1.8 amd64 1.8.7.352-2ubuntu1.6 [34.3 kB] | |
Get:10 http://us.archive.ubuntu.com/ubuntu/ precise/main ruby all 4.8 [5,054 B] | |
Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/universe virt-what amd64 1.11-1 [12.9 kB] | |
Get:12 http://us.archive.ubuntu.com/ubuntu/ precise/main libaugeas0 amd64 0.10.0-0ubuntu4 [171 kB] | |
Get:13 http://us.archive.ubuntu.com/ubuntu/ precise/main libaugeas-ruby1.8 amd64 0.3.0-1.1ubuntu4 [9,642 B] | |
Get:14 http://us.archive.ubuntu.com/ubuntu/ precise/universe libaugeas-ruby all 0.3.0-1.1ubuntu4 [3,354 B] | |
Get:15 http://us.archive.ubuntu.com/ubuntu/ precise/universe ruby-json amd64 1.6.3-1 [73.3 kB] | |
Get:16 http://us.archive.ubuntu.com/ubuntu/ precise/universe libjson-ruby all 1.6.3-1 [1,588 B] | |
Get:17 http://us.archive.ubuntu.com/ubuntu/ precise/main libruby all 4.8 [4,766 B] | |
Get:18 http://us.archive.ubuntu.com/ubuntu/ precise/main libshadow-ruby1.8 amd64 1.4.1-8build1 [9,416 B] | |
debconf: unable to initialize frontend: Dialog | |
debconf: (TERM is not set, so the dialog frontend is not usable.) | |
debconf: falling back to frontend: Readline | |
debconf: unable to initialize frontend: Readline | |
debconf: (This frontend requires a controlling tty.) | |
debconf: falling back to frontend: Teletype | |
dpkg-preconfigure: unable to re-open stdin: | |
Fetched 4,270 kB in 2s (2,069 kB/s) | |
Selecting previously unselected package libreadline5. | |
(Reading database ... 54398 files and directories currently installed.) | |
Unpacking libreadline5 (from .../libreadline5_5.2-11_amd64.deb) ... | |
Selecting previously unselected package augeas-lenses. | |
Unpacking augeas-lenses (from .../augeas-lenses_0.10.0-0ubuntu4_all.deb) ... | |
Selecting previously unselected package debconf-utils. | |
Unpacking debconf-utils (from .../debconf-utils_1.5.42ubuntu1_all.deb) ... | |
Selecting previously unselected package libruby1.8. | |
Unpacking libruby1.8 (from .../libruby1.8_1.8.7.352-2ubuntu1.6_amd64.deb) ... | |
Selecting previously unselected package ruby1.8. | |
Unpacking ruby1.8 (from .../ruby1.8_1.8.7.352-2ubuntu1.6_amd64.deb) ... | |
Selecting previously unselected package ruby. | |
Unpacking ruby (from .../apt/archives/ruby_4.8_all.deb) ... | |
Selecting previously unselected package virt-what. | |
Unpacking virt-what (from .../virt-what_1.11-1_amd64.deb) ... | |
Selecting previously unselected package facter. | |
Unpacking facter (from .../facter_2.4.4-1puppetlabs1_all.deb) ... | |
Selecting previously unselected package libaugeas0. | |
Unpacking libaugeas0 (from .../libaugeas0_0.10.0-0ubuntu4_amd64.deb) ... | |
Selecting previously unselected package libaugeas-ruby1.8. | |
Unpacking libaugeas-ruby1.8 (from .../libaugeas-ruby1.8_0.3.0-1.1ubuntu4_amd64.deb) ... | |
Selecting previously unselected package libaugeas-ruby. | |
Unpacking libaugeas-ruby (from .../libaugeas-ruby_0.3.0-1.1ubuntu4_all.deb) ... | |
Selecting previously unselected package ruby-json. | |
Unpacking ruby-json (from .../ruby-json_1.6.3-1_amd64.deb) ... | |
Selecting previously unselected package libjson-ruby. | |
Unpacking libjson-ruby (from .../libjson-ruby_1.6.3-1_all.deb) ... | |
Selecting previously unselected package libruby. | |
Unpacking libruby (from .../archives/libruby_4.8_all.deb) ... | |
Selecting previously unselected package libshadow-ruby1.8. | |
Unpacking libshadow-ruby1.8 (from .../libshadow-ruby1.8_1.4.1-8build1_amd64.deb) ... | |
Selecting previously unselected package hiera. | |
Unpacking hiera (from .../hiera_1.3.4-1puppetlabs1_all.deb) ... | |
Selecting previously unselected package puppet-common. | |
Unpacking puppet-common (from .../puppet-common_3.8.1-1puppetlabs1_all.deb) ... | |
Selecting previously unselected package puppet. | |
Unpacking puppet (from .../puppet_3.8.1-1puppetlabs1_all.deb) ... | |
Processing triggers for man-db ... | |
Processing triggers for ureadahead ... | |
Setting up libreadline5 (5.2-11) ... | |
Setting up augeas-lenses (0.10.0-0ubuntu4) ... | |
Setting up debconf-utils (1.5.42ubuntu1) ... | |
Setting up libruby1.8 (1.8.7.352-2ubuntu1.6) ... | |
Setting up ruby1.8 (1.8.7.352-2ubuntu1.6) ... | |
update-alternatives: using /usr/bin/ruby1.8 to provide /usr/bin/ruby (ruby) in auto mode. | |
Setting up ruby (4.8) ... | |
Setting up virt-what (1.11-1) ... | |
Setting up facter (2.4.4-1puppetlabs1) ... | |
Setting up libaugeas0 (0.10.0-0ubuntu4) ... | |
Setting up libaugeas-ruby1.8 (0.3.0-1.1ubuntu4) ... | |
Setting up libaugeas-ruby (0.3.0-1.1ubuntu4) ... | |
Setting up ruby-json (1.6.3-1) ... | |
Setting up libjson-ruby (1.6.3-1) ... | |
Setting up libruby (4.8) ... | |
Setting up libshadow-ruby1.8 (1.4.1-8build1) ... | |
Setting up hiera (1.3.4-1puppetlabs1) ... | |
Setting up puppet-common (3.8.1-1puppetlabs1) ... | |
Setting up puppet (3.8.1-1puppetlabs1) ... | |
* Starting puppet agent | |
puppet not configured to start, please edit /etc/default/puppet to enable | |
...done. | |
Processing triggers for libc-bin ... | |
ldconfig deferred processing now taking place | |
ubuntu-server-1204-x64 executed in 6.73 seconds | |
ubuntu-server-1204-x64 19:05:45$ echo "/usr/bin" | |
/usr/bin | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:45$ echo "/opt/puppet-git-repos/hiera/bin" | |
/opt/puppet-git-repos/hiera/bin | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:45$ grep PATH=.*\/usr\/bin:\/opt\/puppet\-git\-repos\/hiera\/bin ~/.ssh/environment | |
PATH=/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:45$ mkdir -p /etc/puppet | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:45$ puppet agent --configprint hiera_config | |
/etc/puppet/hiera.yaml | |
ubuntu-server-1204-x64 executed in 0.53 seconds | |
ubuntu-server-1204-x64 19:05:45$ echo '' >> /etc/puppet/hiera.yaml | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:45$ echo /etc/puppet/modules | |
/etc/puppet/modules | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
Using scp to transfer /home/djm/src/a/puppet-dns to /etc/puppet/modules/dns | |
localhost $ scp /home/djm/src/a/puppet-dns ubuntu-server-1204-x64:/etc/puppet/modules {:ignore => [".bundle", ".git", ".idea", ".vagrant", ".vendor", "vendor", "acceptance", "bundle", "spec", "tests", "log", ".", ".."]} | |
going to ignore (?-mix:((\/|\A)\.bundle(\/|\z))|((\/|\A)\.git(\/|\z))|((\/|\A)\.idea(\/|\z))|((\/|\A)\.vagrant(\/|\z))|((\/|\A)\.vendor(\/|\z))|((\/|\A)vendor(\/|\z))|((\/|\A)acceptance(\/|\z))|((\/|\A)bundle(\/|\z))|((\/|\A)spec(\/|\z))|((\/|\A)tests(\/|\z))|((\/|\A)log(\/|\z))|((\/|\A)\.(\/|\z))|((\/|\A)\.\.(\/|\z))) | |
ubuntu-server-1204-x64 19:05:50$ mv /etc/puppet/modules/puppet-dns /etc/puppet/modules/dns | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
ubuntu-server-1204-x64 19:05:50$ puppet module install puppetlabs-stdlib | |
Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations | |
(at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning') | |
Notice: Preparing to install into /etc/puppet/modules ... | |
Notice: Downloading from https://forgeapi.puppetlabs.com ... | |
Notice: Installing -- do not interrupt ... | |
/etc/puppet/modules | |
└── puppetlabs-stdlib (v4.7.0) | |
ubuntu-server-1204-x64 executed in 4.30 seconds | |
ubuntu-server-1204-x64 19:05:54$ puppet module install puppetlabs-concat | |
Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations | |
(at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning') | |
Notice: Preparing to install into /etc/puppet/modules ... | |
Notice: Downloading from https://forgeapi.puppetlabs.com ... | |
Notice: Installing -- do not interrupt ... | |
/etc/puppet/modules | |
└─┬ puppetlabs-concat (v1.2.4) | |
└── puppetlabs-stdlib (v4.7.0) | |
ubuntu-server-1204-x64 executed in 5.08 seconds | |
basic dns | |
default parameters | |
ubuntu-server-1204-x64 19:05:59$ mktemp -t apply_manifest.pp.XXXXXX | |
/tmp/apply_manifest.pp.s5xweL | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
localhost $ scp /tmp/beaker20150803-24921-mirx70 ubuntu-server-1204-x64:/tmp/apply_manifest.pp.s5xweL {:ignore => } | |
ubuntu-server-1204-x64 19:05:59$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.s5xweL | |
Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations | |
(at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning') | |
Info: Loading facts | |
Info: Loading facts | |
Notice: Compiled catalog for ubuntu-server-1204-x64.pl.tarp.org.uk in environment production in 0.66 seconds | |
Info: Applying configuration version '1438625160' | |
Notice: /Stage[main]/Dns::Server::Install/Package[dnssec-tools]/ensure: ensure changed 'purged' to 'latest' | |
Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat]/ensure: created | |
Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin]/ensure: created | |
Notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin/concatfragments.rb]/ensure: defined content as '{md5}b684db0eac243553a6a79365119a363d' | |
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/var/lib/puppet/concat/_etc_bind_named.conf.local]/ensure: created | |
Info: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/var/lib/puppet/concat/_etc_bind_named.conf.local]: Scheduling refresh of Exec[concat_/etc/bind/named.conf.local] | |
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/var/lib/puppet/concat/_etc_bind_named.conf.local/fragments.concat]/ensure: created | |
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/var/lib/puppet/concat/_etc_bind_named.conf.local/fragments.concat.out]/ensure: created | |
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/var/lib/puppet/concat/_etc_bind_named.conf.local/fragments]/ensure: created | |
Info: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/var/lib/puppet/concat/_etc_bind_named.conf.local/fragments]: Scheduling refresh of Exec[concat_/etc/bind/named.conf.local] | |
Notice: /Stage[main]/Dns::Server::Config/Concat::Fragment[named.conf.local.header]/File[/var/lib/puppet/concat/_etc_bind_named.conf.local/fragments/1_named.conf.local.header]/ensure: defined content as '{md5}ee54640c38bf63bb50afa9c4c3dc8b7b' | |
Info: /Stage[main]/Dns::Server::Config/Concat::Fragment[named.conf.local.header]/File[/var/lib/puppet/concat/_etc_bind_named.conf.local/fragments/1_named.conf.local.header]: Scheduling refresh of Exec[concat_/etc/bind/named.conf.local] | |
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/Exec[concat_/etc/bind/named.conf.local]/returns: executed successfully | |
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/Exec[concat_/etc/bind/named.conf.local]: Triggered 'refresh' from 3 events | |
Notice: /Stage[main]/Dns::Server::Config/File[/etc/bind]/owner: owner changed 'root' to 'bind' | |
Notice: /Stage[main]/Dns::Server::Config/File[/etc/bind]/mode: mode changed '2755' to '0755' | |
Info: Computing checksum on file /etc/bind/named.conf | |
Info: /Stage[main]/Dns::Server::Config/File[/etc/bind/named.conf]: Filebucketed /etc/bind/named.conf to puppet with sum 32be43ecfcb37f69bf967c15c368e184 | |
Notice: /Stage[main]/Dns::Server::Config/File[/etc/bind/named.conf]/content: content changed '{md5}32be43ecfcb37f69bf967c15c368e184' to '{md5}a08e0601681910d83f264b0ba4defe80' | |
Notice: /Stage[main]/Dns::Server::Config/File[/etc/bind/named.conf]/owner: owner changed 'root' to 'bind' | |
Info: /Stage[main]/Dns::Server::Config/File[/etc/bind/named.conf]: Scheduling refresh of Class[Dns::Server::Service] | |
Info: /Stage[main]/Dns::Server::Config/File[/etc/bind/named.conf]: Scheduling refresh of Class[Dns::Server::Service] | |
Notice: /Stage[main]/Dns::Server::Config/File[/etc/bind/zones]/ensure: created | |
Notice: /Stage[main]/Dns::Server::Config/File[/etc/bind/bind.keys.d/]/ensure: created | |
Info: Computing checksum on file /etc/bind/named.conf.options | |
Info: /Stage[main]/Main/Dns::Server::Options[/etc/bind/named.conf.options]/File[/etc/bind/named.conf.options]: Filebucketed /etc/bind/named.conf.options to puppet with sum 56919cbc0d819c9a303a8bdeb306b5f1 | |
Notice: /Stage[main]/Main/Dns::Server::Options[/etc/bind/named.conf.options]/File[/etc/bind/named.conf.options]/content: content changed '{md5}56919cbc0d819c9a303a8bdeb306b5f1' to '{md5}140d21dc3485ee996447abc1789a75cc' | |
Notice: /Stage[main]/Main/Dns::Server::Options[/etc/bind/named.conf.options]/File[/etc/bind/named.conf.options]/owner: owner changed 'root' to 'bind' | |
Info: /Stage[main]/Main/Dns::Server::Options[/etc/bind/named.conf.options]/File[/etc/bind/named.conf.options]: Scheduling refresh of Class[Dns::Server::Service] | |
Info: /Stage[main]/Main/Dns::Server::Options[/etc/bind/named.conf.options]/File[/etc/bind/named.conf.options]: Scheduling refresh of Class[Dns::Server::Service] | |
Info: Computing checksum on file /etc/bind/named.conf.local | |
Info: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/etc/bind/named.conf.local]: Filebucketed /etc/bind/named.conf.local to puppet with sum fb15a27656eafd86ff870effabc72f1e | |
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/etc/bind/named.conf.local]/content: content changed '{md5}fb15a27656eafd86ff870effabc72f1e' to '{md5}ee54640c38bf63bb50afa9c4c3dc8b7b' | |
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/bind/named.conf.local]/File[/etc/bind/named.conf.local]/owner: owner changed 'root' to 'bind' | |
Info: Concat[/etc/bind/named.conf.local]: Scheduling refresh of Class[Dns::Server::Service] | |
Info: Class[Dns::Server::Config]: Scheduling refresh of Class[Dns::Server::Service] | |
Info: Class[Dns::Server::Service]: Scheduling refresh of Service[bind9] | |
Notice: /Stage[main]/Dns::Server::Service/Service[bind9]: Triggered 'refresh' from 1 events | |
Info: Creating state file /var/lib/puppet/state/state.yaml | |
Notice: Finished catalog run in 9.41 seconds | |
ubuntu-server-1204-x64 executed in 11.59 seconds | |
Exited: 2 | |
should apply with no errors | |
ubuntu-server-1204-x64 19:06:11$ mktemp -t apply_manifest.pp.XXXXXX | |
/tmp/apply_manifest.pp.AF7GhS | |
ubuntu-server-1204-x64 executed in 0.04 seconds | |
localhost $ scp /tmp/beaker20150803-24921-g5v0dl ubuntu-server-1204-x64:/tmp/apply_manifest.pp.AF7GhS {:ignore => } | |
ubuntu-server-1204-x64 19:06:11$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.AF7GhS | |
Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations | |
(at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning') | |
Info: Loading facts | |
Info: Loading facts | |
Notice: Compiled catalog for ubuntu-server-1204-x64.pl.tarp.org.uk in environment production in 1.49 seconds | |
Info: Applying configuration version '1438625173' | |
Notice: Finished catalog run in 1.33 seconds | |
ubuntu-server-1204-x64 executed in 5.58 seconds | |
should be idempotent | |
Warning: ssh connection to 10.255.153.116 has been terminated | |
removing temporory ssh-config files per-vagrant box | |
Destroying vagrant boxes | |
==> ubuntu-server-1204-x64: Forcing shutdown of VM... | |
==> ubuntu-server-1204-x64: Destroying VM and associated drives... | |
Finished in 36.38 seconds (files took 1 minute 15 seconds to load) | |
2 examples, 0 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment