Skip to content

Instantly share code, notes, and snippets.

@abrader
Last active August 15, 2017 23:47
Show Gist options
  • Save abrader/5b7dddd17ce9ac1d8451f3aaf1bff217 to your computer and use it in GitHub Desktop.
Save abrader/5b7dddd17ce9ac1d8451f3aaf1bff217 to your computer and use it in GitHub Desktop.
F5 BIG-IP v12.1.2
Hypervisor for puppet is ec2
Hypervisor for f5-dut is ec2
Beaker::Hypervisor, found some ec2 boxes to create
aws-sdk: launch all hosts in configuration
aws-sdk: launch instances not particular about subnet
aws-sdk: launch instances requiring a specific subnet
aws-sdk: launch instances requiring no subnet
aws-sdk: filtering available vpcs in region by 'isDefault
[AWS EC2 200 0.563591 0 retries] describe_vpcs(:filters=>[{:name=>"isDefault",:values=>["true"]}])
aws-sdk: Checking image ami-d5c2e8e5 exists and getting its root device
[AWS EC2 200 0.104039 0 retries] describe_images(:image_ids=>["ami-d5c2e8e5"])
Image Storage Type: ebs
[AWS EC2 200 0.08231 0 retries] describe_images(:image_ids=>["ami-d5c2e8e5"])
aws-sdk: Image block_device_mappings: {"/dev/sda1"=>{:snapshot_id=>"snap-3db22263", :volume_size=>8, :delete_on_termination=>false, :volume_type=>"standard", :encrypted=>false}}
/Users/abrader/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/aws-sdk-v1-1.67.0/lib/aws/core/data.rb:97: warning: AWS::Core::Data#respond_to?(:to_ary) uses the deprecated method signature, which takes one parameter
/Users/abrader/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/aws-sdk-v1-1.67.0/lib/aws/core/data.rb:145: warning: respond_to? is defined here
aws-sdk: Ensure security group exists for ports [22, 61613, 8139, 5432, 8080, 8081, 8140, 443, 4433, 4435], create if not
[AWS EC2 200 0.226881 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["Beaker-1631872370"]}])
aws-sdk: Ensure security group exists that enables ping, create if not
[AWS EC2 200 0.152031 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["beaker-ping"]}])
aws-sdk: launching "puppet" on "centos-7-x86-64-west" using "m3.xlarge"/"ebs"
[AWS EC2 200 0.851395 0 retries] describe_key_pairs(:filters=>[{:name=>"key-name",:values=>["Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000"]}])
aws-sdk: importing new key pair: Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000
Using public key: /Users/abrader/.ssh/id_rsa.pub
[AWS EC2 200 1.125477 0 retries] import_key_pair(:key_name=>"Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000",:public_key_material=>"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEUFRualNv\nVlE2ZTBTdDl2QlloUEhTL0RFR0c0NXh1MjZ4bXJSbGlON1R1bExRdTBick5h\nWFU0c3B3Vldnd29VL3d4MkExbk1ja0VpSTZ4M3g4d21pMTlCV3FiRmhIY09t\nS2FpNW5IeWQ3YnFFckxtM2hmRDN0bEZjaHplNWZLNjNuV0YwUFpVSVY2TkdJ\nU0xXZHdqcnlHTE1hOGIxMkJQVlEzc2tMbmhBSGxYVjhtOWp0QWJSWmk2OXN0\nc2hlUVk3dWdtdjd5WnhUdEZmSk5WeFNzbmU0NUlHdG42VmozWFJtMFdLRVM3\nUlEvakFncGIyLzdpamk3b0IxOGQ1S0VxN2FOaVNVTzN3MlEvcFhIR25veUVz\nVlZsa3NNa1E4Z1hNQ2xJbUl1MlJPOXIya0R6RU4vTlBIdDJvU1RpRDd3RjZ6\ndWNaY2ZXT3pseDZNelVtNUpvakYgYWJyYWRlckBtb25leS1ncmlwLmxvY2Fs\nCg==\n")
[AWS EC2 200 0.270439 0 retries] describe_key_pairs(:filters=>[{:name=>"key-name",:values=>["Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000"]}])
aws-sdk: key pair Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000 imported
[AWS EC2 200 1.973112 0 retries] run_instances(:block_device_mappings=>[{:device_name=>"/dev/sda1",:ebs=>{:delete_on_termination=>true,:volume_size=>8}}],:client_token=>"24086c22-e95c-4180-86f5-dd2f1b1d3a66",:disable_api_termination=>false,:image_id=>"ami-d5c2e8e5",:instance_initiated_shutdown_behavior=>"terminate",:instance_type=>"m3.xlarge",:key_name=>"Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000",:max_count=>1,:min_count=>1,:monitoring=>{:enabled=>true},:security_group_ids=>["sg-fa1ebbc9","sg-4c257f7f"])
aws-sdk: filtering available vpcs in region by 'isDefault
[AWS EC2 200 0.15903 0 retries] describe_vpcs(:filters=>[{:name=>"isDefault",:values=>["true"]}])
aws-sdk: Checking image ami-af2e49cf exists and getting its root device
[AWS EC2 200 0.342892 0 retries] describe_images(:image_ids=>["ami-af2e49cf"])
Image Storage Type: ebs
[AWS EC2 200 0.179488 0 retries] describe_images(:image_ids=>["ami-af2e49cf"])
aws-sdk: Image block_device_mappings: {"/dev/xvda"=>{:snapshot_id=>"snap-0d66cc51d2856333a", :volume_size=>42, :delete_on_termination=>true, :volume_type=>"standard", :encrypted=>false}}
/Users/abrader/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/aws-sdk-v1-1.67.0/lib/aws/core/data.rb:97: warning: AWS::Core::Data#respond_to?(:to_ary) uses the deprecated method signature, which takes one parameter
/Users/abrader/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/aws-sdk-v1-1.67.0/lib/aws/core/data.rb:145: warning: respond_to? is defined here
aws-sdk: Ensure security group exists for ports [22, 61613, 8139, 443], create if not
[AWS EC2 200 0.263949 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["Beaker-2469532585"]}])
aws-sdk: Ensure security group exists that enables ping, create if not
[AWS EC2 200 0.196615 0 retries] describe_security_groups(:filters=>[{:name=>"group-name",:values=>["beaker-ping"]}])
aws-sdk: launching "f5-dut" on "f5-11.6.0-25mbps-good" using "m3.large"/"default"
[AWS EC2 200 0.293691 0 retries] describe_key_pairs(:filters=>[{:name=>"key-name",:values=>["Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000"]}])
aws-sdk: delete key pair in region: us-west-2
[AWS EC2 200 0.229769 0 retries] delete_key_pair(:key_name=>"Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000")
aws-sdk: importing new key pair: Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000
Using public key: /Users/abrader/.ssh/id_rsa.pub
[AWS EC2 200 0.245839 0 retries] import_key_pair(:key_name=>"Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000",:public_key_material=>"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCQVFEUFRualNv\nVlE2ZTBTdDl2QlloUEhTL0RFR0c0NXh1MjZ4bXJSbGlON1R1bExRdTBick5h\nWFU0c3B3Vldnd29VL3d4MkExbk1ja0VpSTZ4M3g4d21pMTlCV3FiRmhIY09t\nS2FpNW5IeWQ3YnFFckxtM2hmRDN0bEZjaHplNWZLNjNuV0YwUFpVSVY2TkdJ\nU0xXZHdqcnlHTE1hOGIxMkJQVlEzc2tMbmhBSGxYVjhtOWp0QWJSWmk2OXN0\nc2hlUVk3dWdtdjd5WnhUdEZmSk5WeFNzbmU0NUlHdG42VmozWFJtMFdLRVM3\nUlEvakFncGIyLzdpamk3b0IxOGQ1S0VxN2FOaVNVTzN3MlEvcFhIR25veUVz\nVlZsa3NNa1E4Z1hNQ2xJbUl1MlJPOXIya0R6RU4vTlBIdDJvU1RpRDd3RjZ6\ndWNaY2ZXT3pseDZNelVtNUpvakYgYWJyYWRlckBtb25leS1ncmlwLmxvY2Fs\nCg==\n")
[AWS EC2 200 0.246659 0 retries] describe_key_pairs(:filters=>[{:name=>"key-name",:values=>["Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000"]}])
aws-sdk: key pair Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000 imported
[AWS EC2 200 0.65184 0 retries] run_instances(:block_device_mappings=>[{:device_name=>"/dev/xvda",:ebs=>{:delete_on_termination=>true,:volume_size=>42}}],:client_token=>"f57d0d26-33c8-4daf-844a-f86464cd6e1f",:disable_api_termination=>false,:image_id=>"ami-af2e49cf",:instance_initiated_shutdown_behavior=>"terminate",:instance_type=>"m3.large",:key_name=>"Beaker-abrader-money-grip-local-4408372571-2017-08-02_10_32_06_672421000",:max_count=>1,:min_count=>1,:monitoring=>{:enabled=>true},:security_group_ids=>["sg-4a00d579","sg-4c257f7f"])
aws-sdk: Waiting for all hosts to be running
aws-sdk: Wait for node  to be running
[AWS EC2 200 0.185749 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 2 seconds for attempt 1.
[AWS EC2 200 1.502764 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 4 seconds for attempt 2.
[AWS EC2 200 0.514671 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 8 seconds for attempt 3.
[AWS EC2 200 0.645872 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 16 seconds for attempt 4.
aws-sdk: Wait for node  to be running
[AWS EC2 200 2.387762 0 retries] describe_instances(:instance_ids=>["i-0d7bc6d2d047d2e10"])
aws-sdk: Sleeping 2 seconds for attempt 1.
aws-sdk: Waiting for all hosts to be running
aws-sdk: Wait for node  to be running
[AWS EC2 200 1.18645 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 2 seconds for attempt 1.
aws-sdk: Wait for node  to be running
[AWS EC2 200 0.561791 0 retries] describe_instances(:instance_ids=>["i-0d7bc6d2d047d2e10"])
aws-sdk: Sleeping 2 seconds for attempt 1.
aws-sdk: Waiting for all hosts to be
aws-sdk: Wait for node  to be
[AWS EC2 200 0.400657 0 retries] describe_instance_status(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 2 seconds for attempt 1.
[AWS EC2 200 0.582965 0 retries] describe_instance_status(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 4 seconds for attempt 2.
[AWS EC2 200 0.611082 0 retries] describe_instance_status(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 8 seconds for attempt 3.
[AWS EC2 200 0.9772 0 retries] describe_instance_status(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 16 seconds for attempt 4.
[AWS EC2 200 1.1705 0 retries] describe_instance_status(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 32 seconds for attempt 5.
[AWS EC2 200 0.728597 0 retries] describe_instance_status(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 64 seconds for attempt 6.
[AWS EC2 200 0.460046 0 retries] describe_instance_status(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 128 seconds for attempt 7.
[AWS EC2 200 0.315265 0 retries] describe_instance_status(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: Sleeping 256 seconds for attempt 8.
aws-sdk: Wait for node  to be
[AWS EC2 200 0.311253 0 retries] describe_instance_status(:instance_ids=>["i-0d7bc6d2d047d2e10"])
aws-sdk: Sleeping 2 seconds for attempt 1.
aws-sdk: Add tags for puppet
[AWS EC2 200 0.3378 0 retries] create_tags(:resources=>["i-09c5abc9600be43c3"],:tags=>[{:key=>"jenkins_build_url",:value=>""}])
[AWS EC2 200 0.160845 0 retries] create_tags(:resources=>["i-09c5abc9600be43c3"],:tags=>[{:key=>"Name",:value=>"puppet"}])
[AWS EC2 200 0.141142 0 retries] create_tags(:resources=>["i-09c5abc9600be43c3"],:tags=>[{:key=>"department",:value=>"unknown"}])
[AWS EC2 200 0.132178 0 retries] create_tags(:resources=>["i-09c5abc9600be43c3"],:tags=>[{:key=>"project",:value=>"Beaker"}])
[AWS EC2 200 0.133429 0 retries] create_tags(:resources=>["i-09c5abc9600be43c3"],:tags=>[{:key=>"created_by",:value=>"abrader"}])
aws-sdk: Add tags for f5-dut
[AWS EC2 200 0.128938 0 retries] create_tags(:resources=>["i-0d7bc6d2d047d2e10"],:tags=>[{:key=>"jenkins_build_url",:value=>""}])
[AWS EC2 200 0.129124 0 retries] create_tags(:resources=>["i-0d7bc6d2d047d2e10"],:tags=>[{:key=>"Name",:value=>"f5-dut"}])
[AWS EC2 200 0.629911 0 retries] create_tags(:resources=>["i-0d7bc6d2d047d2e10"],:tags=>[{:key=>"department",:value=>"unknown"}])
[AWS EC2 200 0.133866 0 retries] create_tags(:resources=>["i-0d7bc6d2d047d2e10"],:tags=>[{:key=>"project",:value=>"Beaker"}])
[AWS EC2 200 0.136695 0 retries] create_tags(:resources=>["i-0d7bc6d2d047d2e10"],:tags=>[{:key=>"created_by",:value=>"abrader"}])
aws-sdk: Populate DNS for puppet
[AWS EC2 200 0.104567 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
[AWS EC2 200 0.083016 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
[AWS EC2 200 0.084192 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
[AWS EC2 200 0.09635 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
[AWS EC2 200 0.082658 0 retries] describe_instances(:instance_ids=>["i-09c5abc9600be43c3"])
aws-sdk: name: puppet ip: 54.70.211.75 private_ip: 10.215.5.247 dns_name: ec2-54-70-211-75.us-west-2.compute.amazonaws.com
aws-sdk: Populate DNS for f5-dut
[AWS EC2 200 0.107689 0 retries] describe_instances(:instance_ids=>["i-0d7bc6d2d047d2e10"])
[AWS EC2 200 0.091435 0 retries] describe_instances(:instance_ids=>["i-0d7bc6d2d047d2e10"])
[AWS EC2 200 0.085779 0 retries] describe_instances(:instance_ids=>["i-0d7bc6d2d047d2e10"])
[AWS EC2 200 0.094496 0 retries] describe_instances(:instance_ids=>["i-0d7bc6d2d047d2e10"])
[AWS EC2 200 0.085525 0 retries] describe_instances(:instance_ids=>["i-0d7bc6d2d047d2e10"])
aws-sdk: name: f5-dut ip: 52.12.191.32 private_ip: 10.121.10.15 dns_name: ec2-52-12-191-32.us-west-2.compute.amazonaws.com

f5-dut 10:41:39$ bash -c 'usermod -s /bin/bash root'
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true}
  Warning: Try 1 -- Host 52.12.191.32 unreachable: Errno::ECONNREFUSED - Connection refused - connect(2) for 52.12.191.32:22
  Warning: Trying again in 3 seconds
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}
  Warning: Try 2 -- Host 52.12.191.32 unreachable: Errno::ECONNREFUSED - Connection refused - connect(2) for 52.12.191.32:22
  Warning: Trying again in 5 seconds
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}
  Warning: Try 3 -- Host 52.12.191.32 unreachable: Errno::ECONNREFUSED - Connection refused - connect(2) for 52.12.191.32:22
  Warning: Trying again in 8 seconds
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}
  Warning: Try 4 -- Host 52.12.191.32 unreachable: Errno::ECONNREFUSED - Connection refused - connect(2) for 52.12.191.32:22
  Warning: Trying again in 13 seconds
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}
  Warning: Try 5 -- Host 52.12.191.32 unreachable: Errno::ECONNREFUSED - Connection refused - connect(2) for 52.12.191.32:22
  Warning: Trying again in 21 seconds
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}
  Warning: Try 6 -- Host 52.12.191.32 unreachable: Errno::ECONNREFUSED - Connection refused - connect(2) for 52.12.191.32:22
  Warning: Trying again in 34 seconds
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}
  Warning: Try 7 -- Host 52.12.191.32 unreachable: Errno::ECONNREFUSED - Connection refused - connect(2) for 52.12.191.32:22
  Warning: Trying again in 55 seconds
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}
  Warning: Try 8 -- Host 52.12.191.32 unreachable: Errno::ECONNREFUSED - Connection refused - connect(2) for 52.12.191.32:22
  Warning: Trying again in 89 seconds
  Attempting ssh connection to 52.12.191.32, user: admin, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 284.39 seconds
Exited: 1

f5-dut 10:46:23$ bash -c 'cat /home/admin/.ssh/authorized_keys >> /root/.ssh/authorized_keys'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.28 seconds
Exited: 1
f5: Configured root to have interactive login

f5-dut 10:46:23$ modify sys db systemauth.disablerootlogin value false
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  The connection to mcpd has been lost, try again.

f5-dut executed in 0.52 seconds
Exited: 1
aws-sdk: Sleeping 2 seconds for attempt 1.

f5-dut 10:46:26$ bash -c 'usermod -s /bin/bash root'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.41 seconds
Exited: 1

f5-dut 10:46:26$ bash -c 'cat /home/admin/.ssh/authorized_keys >> /root/.ssh/authorized_keys'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.26 seconds
Exited: 1
f5: Configured root to have interactive login

f5-dut 10:46:27$ modify sys db systemauth.disablerootlogin value false
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  The connection to mcpd has been lost, try again.

f5-dut executed in 0.27 seconds
Exited: 1
aws-sdk: Sleeping 4 seconds for attempt 2.

f5-dut 10:46:31$ bash -c 'usermod -s /bin/bash root'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.26 seconds
Exited: 1

f5-dut 10:46:31$ bash -c 'cat /home/admin/.ssh/authorized_keys >> /root/.ssh/authorized_keys'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 1.07 seconds
Exited: 1
f5: Configured root to have interactive login

f5-dut 10:46:32$ modify sys db systemauth.disablerootlogin value false
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  The connection to mcpd has been lost, try again.

f5-dut executed in 0.27 seconds
Exited: 1
aws-sdk: Sleeping 8 seconds for attempt 3.

f5-dut 10:46:40$ bash -c 'usermod -s /bin/bash root'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.27 seconds
Exited: 1

f5-dut 10:46:41$ bash -c 'cat /home/admin/.ssh/authorized_keys >> /root/.ssh/authorized_keys'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.28 seconds
Exited: 1
f5: Configured root to have interactive login

f5-dut 10:46:41$ modify sys db systemauth.disablerootlogin value false
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  The connection to mcpd has been lost, try again.

f5-dut executed in 0.27 seconds
Exited: 1
aws-sdk: Sleeping 16 seconds for attempt 4.

f5-dut 10:46:57$ bash -c 'usermod -s /bin/bash root'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.43 seconds
Exited: 1

f5-dut 10:46:58$ bash -c 'cat /home/admin/.ssh/authorized_keys >> /root/.ssh/authorized_keys'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.43 seconds
Exited: 1
f5: Configured root to have interactive login

f5-dut 10:46:58$ modify sys db systemauth.disablerootlogin value false
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  The connection to mcpd has been lost, try again.

f5-dut executed in 0.46 seconds
Exited: 1
aws-sdk: Sleeping 32 seconds for attempt 5.

f5-dut 10:47:31$ bash -c 'usermod -s /bin/bash root'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.29 seconds
Exited: 1

f5-dut 10:47:31$ bash -c 'cat /home/admin/.ssh/authorized_keys >> /root/.ssh/authorized_keys'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.26 seconds
Exited: 1
f5: Configured root to have interactive login

f5-dut 10:47:31$ modify sys db systemauth.disablerootlogin value false
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  The connection to mcpd has been lost, try again.

f5-dut executed in 0.89 seconds
Exited: 1
aws-sdk: Sleeping 64 seconds for attempt 6.

f5-dut 10:48:36$ bash -c 'usermod -s /bin/bash root'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.27 seconds
Exited: 1

f5-dut 10:48:36$ bash -c 'cat /home/admin/.ssh/authorized_keys >> /root/.ssh/authorized_keys'
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  Syntax Error: unexpected argument "bash"

f5-dut executed in 0.27 seconds
Exited: 1
f5: Configured root to have interactive login

f5-dut 10:48:37$ modify sys db systemauth.disablerootlogin value false
  Cannot connect to mcpd. Your preferences and aliases will not be available until it comes back up.
  The connection to mcpd has been lost, try again.

f5-dut executed in 0.28 seconds
Exited: 1
aws-sdk: Sleeping 128 seconds for attempt 7.

f5-dut 10:50:45$ bash -c 'usermod -s /bin/bash root'

f5-dut executed in 5.27 seconds

f5-dut 10:50:50$ bash -c 'cat /home/admin/.ssh/authorized_keys >> /root/.ssh/authorized_keys'

f5-dut executed in 0.45 seconds
f5: Configured root to have interactive login

f5-dut 10:50:51$ modify sys db systemauth.disablerootlogin value false

f5-dut executed in 0.41 seconds

f5-dut 10:50:51$ modify sys global-settings gui-setup disabled

f5-dut executed in 0.92 seconds

f5-dut 10:50:52$ save sys config
  Saving running configuration...
    /config/bigip.conf
    /config/bigip_base.conf
    /config/bigip_user.conf
  Saving Ethernet mapping...  done

f5-dut executed in 4.28 seconds
aws-sdk: Sleeping 256 seconds for attempt 8.
ssh connection to f5-dut has been terminated

f5-dut 10:55:12$ bash -c "echo -e '60bd3af5b58419049119c64e630fd3a23253d0c04bf018c8330892fad5d4ab73\n60bd3af5b58419049119c64e630fd3a23253d0c04bf018c8330892fad5d4ab73' | tmsh modify auth password admin"
  Attempting ssh connection to 52.12.191.32, user: root, opts: {:password=>"60bd3af5b58419049119c64e630fd3a23253d0c04bf018c8330892fad5d4ab73"}
  changing password for admin
  new password:
  confirm password:

f5-dut executed in 9.31 seconds
f5: Configured admin password to be 60bd3af5b58419049119c64e630fd3a23253d0c04bf018c8330892fad5d4ab73
ssh connection to f5-dut has been terminated

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:22$ hostnamectl set-hostname ec2-54-70-211-75.us-west-2.compute.amazonaws.com
  Attempting ssh connection to 54.70.211.75, user: root, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"admin"}

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.94 seconds

ec2-52-12-191-32.us-west-2.compute.amazonaws.com (f5-dut) 10:55:22$ tmsh modify sys global-settings hostname ec2-52-12-191-32.us-west-2.compute.amazonaws.com
  Attempting ssh connection to 52.12.191.32, user: root, opts: {:password=>"60bd3af5b58419049119c64e630fd3a23253d0c04bf018c8330892fad5d4ab73", :logger=>#<Logger:0x007fc64aab9c40 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc64aab9bf0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc64aab9ba0 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc64aab9b50>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"root"}

ec2-52-12-191-32.us-west-2.compute.amazonaws.com (f5-dut) executed in 5.98 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:28$ cat /etc/resolv.conf
  ; generated by /usr/sbin/dhclient-script
  search us-west-2.compute.internal
  nameserver 172.16.0.23

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:29$ echo '127.0.0.1	localhost localhost.localdomain
10.215.5.247	puppet puppet.us-west-2.compute.internal ec2-54-70-211-75.us-west-2.compute.amazonaws.com
' >> /etc/hosts

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.15 seconds
aws-sdk: Provisioning complete in 1401.781105 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:29$ rpm -q curl
  curl-7.29.0-19.el7.x86_64

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.56 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:29$ rpm -q ntpdate
  package ntpdate is not installed

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds
Exited: 1

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:29$ yum -y  install ntpdate
  Loaded plugins: fastestmirror
  Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
  Determining fastest mirrors
   * base: mirrors.syringanetworks.net
   * extras: centos.gbeservers.com
   * updates: centos-distro.1gservers.com
  Resolving Dependencies
  --> Running transaction check
  ---> Package ntpdate.x86_64 0:4.2.6p5-25.el7.centos.2 will be installed
  --> Finished Dependency Resolution

  Dependencies Resolved

  ================================================================================
   Package       Arch         Version                         Repository     Size
  ================================================================================
  Installing:
   ntpdate       x86_64       4.2.6p5-25.el7.centos.2         updates        86 k

  Transaction Summary
  ================================================================================
  Install  1 Package
  Total download size: 86 k
  Installed size: 121 k
  Downloading packages:
  Running transaction check
  Running transaction test
  Transaction test succeeded
  Running transaction
    Installing : ntpdate-4.2.6p5-25.el7.centos.2.x86_64                       1/1
    Verifying  : ntpdate-4.2.6p5-25.el7.centos.2.x86_64                       1/1

  Installed:
    ntpdate.x86_64 0:4.2.6p5-25.el7.centos.2
  Complete!

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 12.04 seconds
setting local environment on puppet

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:41$ getent passwd root
  root:x:0:0:root:/root:/bin/bash

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:42$ mktemp -dt .XXXXXX
  /tmp/.WQhTjG

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:42$ chown root:root /tmp/.WQhTjG

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.15 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:42$ echo 'PermitUserEnvironment yes' | cat - /etc/ssh/sshd_config > /tmp/.WQhTjG/sshd_config.permit

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:42$ mv /tmp/.WQhTjG/sshd_config.permit /etc/ssh/sshd_config

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:42$ systemctl restart sshd.service

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.18 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:42$ mkdir -p ~/.ssh

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:42$ chmod 0600 ~/.ssh

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:43$ touch ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:43$ grep ^PATH=.*\$PATH ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds
Exited: 1

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:43$ grep ^PATH= ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds
Exited: 1

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:43$ echo "PATH=$PATH" >> ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds
will not mirror environment to /etc/profile.d on non-sles/debian platform host

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:43$ echo "/opt/puppet/bin"
  /opt/puppet/bin

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:43$ grep ^PATH=.*\/opt\/puppet\/bin ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds
Exited: 1

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:43$ grep ^PATH= ~/.ssh/environment
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:43$ sed -i -e "s/^PATH=/PATH=\/opt\/puppet\/bin:/" ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.14 seconds
will not mirror environment to /etc/profile.d on non-sles/debian platform host

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:44$ grep ^PATH=.*PATH ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.15 seconds
Exited: 1

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:44$ grep ^PATH= ~/.ssh/environment
  PATH=/opt/puppet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:44$ sed -i -e "s/^PATH=/PATH=PATH:/" ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds
will not mirror environment to /etc/profile.d on non-sles/debian platform host
ssh connection to puppet has been terminated

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:44$ cat ~/.ssh/environment
  Attempting ssh connection to 54.70.211.75, user: root, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"root"}
  PATH=PATH:/opt/puppet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.78 seconds
no puppet-agent package for network device platform 'f5'
Disabling updates.puppetlabs.com by modifying hosts file to resolve updates to 127.0.0.1 on ec2-54-70-211-75.us-west-2.compute.amazonaws.com

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:45$ echo '127.0.0.1	updates.puppetlabs.com
' >> /etc/hosts

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds
Disabling updates.puppetlabs.com by modifying hosts file to resolve updates to 127.0.0.1 on ec2-52-12-191-32.us-west-2.compute.amazonaws.com

ec2-52-12-191-32.us-west-2.compute.amazonaws.com (f5-dut) 10:55:45$ echo '127.0.0.1	updates.puppetlabs.com
' >> /etc/hosts

ec2-52-12-191-32.us-west-2.compute.amazonaws.com (f5-dut) executed in 0.22 seconds

* Performing a standard monolithic install with frictionless agents

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:45$ echo "/opt/puppetlabs/bin"
  /opt/puppetlabs/bin

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:45$ grep ^PATH=.*\/opt\/puppetlabs\/bin ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds
Exited: 1

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:46$ grep ^PATH= ~/.ssh/environment
  PATH=PATH:/opt/puppet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:46$ sed -i -e "s/^PATH=/PATH=\/opt\/puppetlabs\/bin:/" ~/.ssh/environment

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds
will not mirror environment to /etc/profile.d on non-sles/debian platform host

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:46$ grep ^PATH=.*PATH ~/.ssh/environment
  PATH=/opt/puppetlabs/bin:PATH:/opt/puppet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 10:55:46$ mktemp -dt 2017-08-02_10.55.46.XXXXXX
  /tmp/2017-08-02_10.55.46.nmeNdi

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds
Fetching: http://www.pluke.me/puppet-enterprise-2016.4.6-el-7-x86_64.tar
  and saving to tmp/pe/puppet-enterprise-2016.4.6-el-7-x86_64.tar
localhost $ scp tmp/pe/puppet-enterprise-2016.4.6-el-7-x86_64.tar puppet:/tmp/2017-08-02_10.55.46.nmeNdi {:ignore => }

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:19:04$ cd /tmp/2017-08-02_10.55.46.nmeNdi; cat puppet-enterprise-2016.4.6-el-7-x86_64.tar | tar -xvf -
  puppet-enterprise-2016.4.6-el-7-x86_64/VERSION
  puppet-enterprise-2016.4.6-el-7-x86_64/LICENSE.txt
  puppet-enterprise-2016.4.6-el-7-x86_64/puppet-enterprise-installer
  puppet-enterprise-2016.4.6-el-7-x86_64/puppet-enterprise-uninstaller
  puppet-enterprise-2016.4.6-el-7-x86_64/README.markdown
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/bootstrap-metadata
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64-package-versions.json
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-activemq-2016.4.5.14.3-4.pe.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-client-tools-16.4.2-1.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-console-services-1.5.134-1.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-console-services-termini-1.5.134-1.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-installer-2016.4.6.2.g7614281-1.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-java-2016.4.1.8.0.131-3.b11.pe.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-license-0.1.5.16-1.pe.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-modules-2016.4.6-1.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-nginx-2016.4.1.8.1-4.pe.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-orchestration-services-0.6.28-1.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-postgresql-2016.4.9.4.12-1.pe.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-postgresql-contrib-2016.4.9.4.12-1.pe.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-postgresql-devel-2016.4.9.4.12-1.pe.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-postgresql-pglogical-1.1.3-1.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-postgresql-server-2016.4.9.4.12-1.pe.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-puppetdb-4.2.3.4-1.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-puppetdb-termini-4.2.3.4-1.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-puppet-enterprise-release-2016.4.6.0-1.pe.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-puppet-license-cli-0.1.7.28-1.pe.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-puppetserver-2016.4.4.1-1.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-r10k-2.5.5.0-1.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-razor-libs-3.1.2-2.pe.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/pe-razor-server-1.4.0.1-1.pe.el7.noarch.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/puppet-agent-1.10.4-1.el7.x86_64.rpm
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/4fe2b9cbdd98cac3769da27758a5155ba8424785-other.sqlite.bz2
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/991b51f64ceb36e974ce68996181eaecf46e80c5-other.xml.gz
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/e48daa43ca41579ae32c88ee61dd738d4bfc482e-filelists.sqlite.bz2
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/2aa18787e2ca04f8b5bdd303a669e291302756a6-filelists.xml.gz
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/4b223a1ecd0c21e5a5c506a167fed7492060f61a-primary.sqlite.bz2
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/6b4fa314ef3a7b52fe0e1f013436984081524b7e-primary.xml.gz
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/repomd.xml
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/GPG-KEY-puppetlabs
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/GPG-KEY-puppet
  puppet-enterprise-2016.4.6-el-7-x86_64/conf.d/hiera.yaml
  puppet-enterprise-2016.4.6-el-7-x86_64/conf.d/pe.conf
  puppet-enterprise-2016.4.6-el-7-x86_64/conf.d/README
  puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/repodata/repomd.xml.asc

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.80 seconds

* Generate the /tmp/2017-08-02_10.55.46.nmeNdi/pe.conf on ec2-54-70-211-75.us-west-2.compute.amazonaws.com
  {
    "puppet_enterprise::puppet_master_host": "ec2-54-70-211-75.us-west-2.compute.amazonaws.com",
    "console_admin_password": "~!@#$%^*-/ aZ"
  }
  localhost $ scp /var/folders/nm/r2nbr_vx46bgtlm51xwcglh00000gn/T/beaker20170802-24818-1s9mfxi puppet:/tmp/2017-08-02_10.55.46.nmeNdi/pe.conf {:ignore => }

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:19:06$ cd /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64 && ./puppet-enterprise-installer -y -c /tmp/2017-08-02_10.55.46.nmeNdi/pe.conf
  /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64 /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64
  =============================================================
      Puppet Enterprise Installer
  =============================================================

  ## We're installing the Puppet Agent...

  2017-08-02 16:19:06,699 Running command: mkdir -p /opt/puppetlabs/server/data/packages/public/2016.4.6/el-7-x86_64-1.10.4
  2017-08-02 16:19:06,702 Running command: cp -r -L /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/packages/el-7-x86_64/* /opt/puppetlabs/server/data/packages/public/2016.4.6/el-7-x86_64-1.10.4
  2017-08-02 16:19:06,981 Running command: cp -r -L /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/packages/GPG-KEY-puppetlabs /opt/puppetlabs/server/data/packages/public
  2017-08-02 16:19:06,985 Running command: cp -r -L /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/packages/GPG-KEY-puppet /opt/puppetlabs/server/data/packages/public
  2017-08-02 16:19:06,988 Running command: mkdir -p /etc/yum.repos.d
  2017-08-02 16:19:06,992 Running command: echo '[puppet_enterprise]' > /etc/yum.repos.d/puppet_enterprise.repo
  2017-08-02 16:19:06,994 Running command: echo 'name=PuppetLabs PE Packages $releasever - $basearch' >> /etc/yum.repos.d/puppet_enterprise.repo
  2017-08-02 16:19:06,997 Running command: echo 'baseurl=file:///opt/puppetlabs/server/data/packages/public/2016.4.6/el-7-x86_64-1.10.4' >> /etc/yum.repos.d/puppet_enterprise.repo
  2017-08-02 16:19:07,000 Running command: echo 'enabled=1' >> /etc/yum.repos.d/puppet_enterprise.repo
  2017-08-02 16:19:07,003 Running command: echo 'gpgcheck=1' >> /etc/yum.repos.d/puppet_enterprise.repo
  2017-08-02 16:19:07,006 Running command: echo -e 'gpgkey=file:///opt/puppetlabs/server/data/packages/public/GPG-KEY-puppetlabs\n       file:///opt/puppetlabs/server/data/packages/public/GPG-KEY-puppet' >> /etc/yum.repos.d/puppet_enterprise.repo
  2017-08-02 16:19:07,009 Running command: rpm --import /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/packages/GPG-KEY-puppetlabs
  2017-08-02 16:19:07,026 Running command: rpm --import /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/packages/GPG-KEY-puppet
  2017-08-02 16:19:07,042 Running command: yum clean all --disablerepo='*' --enablerepo=puppet_enterprise
  Loaded plugins: fastestmirror
  Cleaning repos: puppet_enterprise
  Cleaning up everything
  Cleaning up list of fastest mirrors
  2017-08-02 16:19:07,160 Running command: yum install -y puppet-agent-1.10.4 pe-installer pe-modules
  Loaded plugins: fastestmirror
  Determining fastest mirrors
   * base: mirrors.syringanetworks.net
   * extras: mirror.linuxfix.com
   * updates: ftp.osuosl.org
  Resolving Dependencies
  --> Running transaction check
  ---> Package pe-installer.x86_64 0:2016.4.6.2.g7614281-1.el7 will be installed
  ---> Package pe-modules.x86_64 0:2016.4.6-1.el7 will be installed
  ---> Package puppet-agent.x86_64 0:1.10.4-1.el7 will be installed
  --> Finished Dependency Resolution

  Dependencies Resolved

  ================================================================================
   Package        Arch     Version                      Repository           Size
  ================================================================================
  Installing:
   pe-installer   x86_64   2016.4.6.2.g7614281-1.el7    puppet_enterprise   6.2 M
   pe-modules     x86_64   2016.4.6-1.el7               puppet_enterprise   1.4 M
   puppet-agent   x86_64   1.10.4-1.el7                 puppet_enterprise    26 M

  Transaction Summary
  ================================================================================
  Install  3 Packages
  Total download size: 33 M
  Installed size: 148 M
  Downloading packages:
  --------------------------------------------------------------------------------
  Total                                              464 MB/s |  33 MB  00:00
  Running transaction check
  Running transaction test
  Transaction test succeeded
  Running transaction
    Installing : puppet-agent-1.10.4-1.el7.x86_64                             1/3
    Installing : pe-installer-2016.4.6.2.g7614281-1.el7.x86_64                2/3
    Installing : pe-modules-2016.4.6-1.el7.x86_64                             3/3
    Verifying  : puppet-agent-1.10.4-1.el7.x86_64                             1/3
    Verifying  : pe-installer-2016.4.6.2.g7614281-1.el7.x86_64                2/3
    Verifying  : pe-modules-2016.4.6-1.el7.x86_64                             3/3

  Installed:
    pe-installer.x86_64 0:2016.4.6.2.g7614281-1.el7
    pe-modules.x86_64 0:2016.4.6-1.el7
    puppet-agent.x86_64 0:1.10.4-1.el7
  Complete!


  ## We're checking if /tmp/2017-08-02_10.55.46.nmeNdi/pe.conf contains valid HOCON syntax...


  ## We're configuring PE using /tmp/2017-08-02_10.55.46.nmeNdi/pe.conf...

  2017-08-02 16:19:21,649 Running command: mkdir -p /opt/puppetlabs/server
  2017-08-02 16:19:21,652 Running command: cp -L /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/VERSION /opt/puppetlabs/server/pe_build
  2017-08-02 16:19:21,656 Running command: chown root:root /opt/puppetlabs/server/pe_build
  2017-08-02 16:19:21,660 Running command: chmod 644 /opt/puppetlabs/server/pe_build
  2017-08-02 16:19:21,663 Running command: mkdir -p /etc/puppetlabs/enterprise/conf.d
  2017-08-02 16:19:21,666 Running command: cp /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/conf.d/README /etc/puppetlabs/enterprise
  2017-08-02 16:19:21,670 Running command: cp /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/conf.d/hiera.yaml /etc/puppetlabs/enterprise
  2017-08-02 16:19:21,673 Running command: cp /tmp/2017-08-02_10.55.46.nmeNdi/pe.conf /etc/puppetlabs/enterprise/conf.d/pe.conf
  2017-08-02 16:19:21,676 Running command: chown -R root:root /etc/puppetlabs/enterprise
  2017-08-02 16:19:21,680 Running command: chmod -R 600 /etc/puppetlabs/enterprise
  2017-08-02 16:19:21,683 Running command: cp /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64/puppet-enterprise-uninstaller /opt/puppetlabs/bin
  2017-08-02 16:19:21,686 Running command: chown root:root /opt/puppetlabs/bin/puppet-enterprise-uninstaller
  2017-08-02 16:19:21,690 Running command: chmod 755 /opt/puppetlabs/bin/puppet-enterprise-uninstaller
  2017-08-02 16:19:21,693 Running command: /opt/puppetlabs/puppet/bin/puppet enterprise configure  --detailed-exitcodes --modulepath /opt/puppetlabs/server/data/enterprise/modules --no-noop
  2017-08-02 16:19:24,462 - [Warning]: /etc/puppetlabs/enterprise/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
     (in /etc/puppetlabs/enterprise/hiera.yaml)
  2017-08-02 16:19:24,613 - [Warning]: The function 'hiera' is deprecated in favor of using 'lookup'. See https://docs.puppet.com/puppet/4.10/reference/deprecated_language.html
     (file & line not available)
  2017-08-02 16:19:26,195 - [Warning]: Unrecognized escape sequence '\.' at /opt/puppetlabs/server/data/enterprise/modules/pe_repo/manifests/el.pp:28:63
  2017-08-02 16:19:28,753 - [Notice]: Compiled catalog for ec2-54-70-211-75.us-west-2.compute.amazonaws.com in environment production in 4.50 seconds
  2017-08-02 16:19:30,599 - [Notice]: /Stage[main]/Pe_install::Prepare::Puppet_config/Pe_ini_setting[main/certname]/ensure: created
  2017-08-02 16:19:30,600 - [Notice]: /Stage[main]/Pe_install::Prepare::Puppet_config/Pe_ini_setting[main/server]/ensure: created
  2017-08-02 16:19:30,601 - [Notice]: /Stage[main]/Pe_install::Prepare::Puppet_config/Pe_ini_setting[main/user]/ensure: created
  2017-08-02 16:19:30,602 - [Notice]: /Stage[main]/Pe_install::Prepare::Puppet_config/Pe_ini_setting[main/group]/ensure: created
  2017-08-02 16:19:30,603 - [Notice]: /Stage[main]/Pe_install::Prepare::Puppet_config/Pe_ini_setting[agent/graph]/ensure: created
  2017-08-02 16:19:36,711 - [Notice]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[generate ca cert]/returns: executed successfully
  2017-08-02 16:19:36,715 - [Notice]: /Stage[main]/Pe_install::Prepare::Certificates/File[/etc/puppetlabs/puppet/autosign.conf]/ensure: created
  2017-08-02 16:19:53,570 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-java]/ensure: created
  2017-08-02 16:19:57,125 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-client-tools]/ensure: created
  2017-08-02 16:19:57,768 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-license]/ensure: created
  2017-08-02 16:19:58,409 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-puppet-license-cli]/ensure: created
  2017-08-02 16:19:59,073 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-puppetdb-termini]/ensure: created
  2017-08-02 16:19:59,714 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-console-services-termini]/ensure: created
  2017-08-02 16:20:05,415 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-puppetserver]/ensure: created
  2017-08-02 16:20:10,364 - [Notice]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[generate cert for pe-internal-mcollective-servers]/returns: executed successfully
  2017-08-02 16:20:14,054 - [Notice]: /Stage[main]/Pe_install::Prepare::Certificates/Exec[generate cert for pe-internal-peadmin-mcollective-client]/returns: executed successfully
  2017-08-02 16:20:14,112 - [Notice]: /Stage[main]/Pe_install::Install/File[default site.pp]/ensure: defined content as '{md5}5f6b8b2e8fb22e6383a2f4a24df2dc0c'
  2017-08-02 16:20:14,114 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Classifier/Pe_ini_setting[node_terminus]/ensure: created
  2017-08-02 16:20:14,120 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Classifier/File[/etc/puppetlabs/puppet/classifier.yaml]/ensure: defined content as '{md5}1e32f61a6ec4833688f7b0fea22bad80'
  2017-08-02 16:20:14,125 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Puppetdb/File[/etc/puppetlabs/puppet/puppetdb.conf]/ensure: created
  2017-08-02 16:20:14,126 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Puppetdb/Pe_ini_setting[puppetdb.conf_server_urls]/ensure: created
  2017-08-02 16:20:14,127 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Puppetdb/Pe_ini_setting[puppetdb.conf_include_unchanged_resources]/ensure: created
  2017-08-02 16:20:14,128 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Puppetdb/Pe_ini_setting[puppetdb.conf_soft_write_failure]/ensure: created
  2017-08-02 16:20:14,129 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Puppetdb/Pe_ini_setting[storeconfigs]/ensure: created
  2017-08-02 16:20:14,132 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Puppetdb/Pe_ini_setting[storeconfigs_backend]/ensure: created
  2017-08-02 16:20:14,133 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Puppetdb/Pe_ini_subsetting[reports_puppetdb]/ensure: created
  2017-08-02 16:20:14,139 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master::Puppetdb/File[/etc/puppetlabs/puppet/routes.yaml]/ensure: defined content as '{md5}85f1d4003267907c2975c953bf12d95c'
  2017-08-02 16:20:19,011 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-activemq]/ensure: created
  2017-08-02 16:20:19,032 - [Notice]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/facter]/ensure: created
  2017-08-02 16:20:19,036 - [Notice]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/puppet]/ensure: created
  2017-08-02 16:20:19,039 - [Notice]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/pe-man]/ensure: created
  2017-08-02 16:20:19,042 - [Notice]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/hiera]/ensure: created
  2017-08-02 16:20:19,045 - [Notice]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/mco]/ensure: created
  2017-08-02 16:20:19,048 - [Notice]: /Stage[main]/Puppet_enterprise::Symlinks/File[/usr/local/bin/r10k]/ensure: created
  2017-08-02 16:20:19,056 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/webserver.conf]/owner: owner changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,057 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/webserver.conf]/group: group changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,057 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/webserver.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:20:19,106 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[webserver.puppet-server.static-content]/ensure: created
  2017-08-02 16:20:19,108 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/web-routes.conf]/owner: owner changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,109 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/web-routes.conf]/group: group changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,109 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/web-routes.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:20:19,127 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[web-router-service/pe-legacy-routes-service]/ensure: created
  2017-08-02 16:20:19,134 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[web-router-service/legacy-routes-service]/ensure: removed
  2017-08-02 16:20:19,151 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[web-router-service/reverse-proxy-ca-service]/ensure: created
  2017-08-02 16:20:19,179 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/pe-puppet-server.conf]/owner: owner changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,179 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/pe-puppet-server.conf]/group: group changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,180 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/pe-puppet-server.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:20:19,194 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[jruby-puppet.ruby-load-path]/value: value changed ['/opt/puppetlabs/puppet/lib/ruby/vendor_ruby'] to '/opt/puppetlabs/puppet/lib/ruby/vendor_ruby /opt/puppetlabs/puppet/cache/lib'
  2017-08-02 16:20:19,280 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[jruby-puppet.max-requests-per-instance]/ensure: created
  2017-08-02 16:20:19,292 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[jruby-puppet.use-legacy-auth-conf]/value: value changed ['true'] to 'false'
  2017-08-02 16:20:19,399 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[http-client.ssl-protocols]/ensure: created
  2017-08-02 16:20:19,421 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/metrics.conf]/owner: owner changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,422 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/metrics.conf]/group: group changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,423 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/metrics.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:20:19,437 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[metrics.server-id]/value: value changed ['localhost'] to 'ec2-54-70-211-75'
  2017-08-02 16:20:19,450 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[metrics.registries.puppetserver.reporters.graphite.enabled]/ensure: created
  2017-08-02 16:20:19,465 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/rbac-consumer.conf]/ensure: created
  2017-08-02 16:20:19,467 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[rbac-consumer.api-url]/ensure: created
  2017-08-02 16:20:19,470 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/File[/etc/puppetlabs/puppetserver/conf.d/activity-consumer.conf]/ensure: created
  2017-08-02 16:20:19,471 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_hocon_setting[activity-consumer.api-url]/ensure: created
  2017-08-02 16:20:19,512 - [Notice]: /Stage[main]/Puppet_enterprise::Master/File[/opt/puppetlabs/server/pe_build]/content: content changed '{md5}64388e9248746154647d070a9f566ff9' to '{md5}ff7cb86fbc31d2b0be584cfc53202fc0'
  2017-08-02 16:20:19,512 - [Notice]: /Stage[main]/Puppet_enterprise::Master/File[/opt/puppetlabs/server/pe_build]/owner: owner changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,513 - [Notice]: /Stage[main]/Puppet_enterprise::Master/File[/opt/puppetlabs/server/pe_build]/group: group changed 'root' to 'pe-puppet'
  2017-08-02 16:20:19,514 - [Notice]: /Stage[main]/Puppet_enterprise::Master/File[/opt/puppetlabs/server/pe_build]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:19,516 - [Notice]: /Stage[main]/Puppet_enterprise::Master/Pe_ini_setting[puppetserver puppetconf certname]/ensure: created
  2017-08-02 16:20:19,517 - [Notice]: /Stage[main]/Puppet_enterprise::Master/Pe_ini_setting[puppetserver puppetconf always_cache_features]/ensure: created
  2017-08-02 16:20:19,520 - [Notice]: /Stage[main]/Puppet_enterprise::Master/Pe_ini_setting[puppetconf environment_timeout setting]/ensure: created
  2017-08-02 16:20:23,147 - [Notice]: /Stage[main]/Pe_r10k::Package/Package[pe-r10k]/ensure: created
  2017-08-02 16:20:23,152 - [Notice]: /Stage[main]/Puppet_enterprise::Master::File_sync_disabled/File[/etc/puppetlabs/puppetserver/conf.d/file-sync.conf]/ensure: removed
  2017-08-02 16:20:23,160 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Controller/File[/etc/puppetlabs/client-tools/ssl]/ensure: created
  2017-08-02 16:20:23,164 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Controller/File[/etc/puppetlabs/client-tools/ssl/certs]/ensure: created
  2017-08-02 16:20:23,221 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Controller/File[/etc/puppetlabs/client-tools/ssl/certs/ca.pem]/ensure: defined content as '{md5}4050627938bb24215fe24324817d9abd'
  2017-08-02 16:20:23,227 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Controller/File[/etc/puppetlabs/client-tools/orchestrator.conf]/ensure: defined content as '{md5}1a23cb708b11021ab8f80018974c18ec'
  2017-08-02 16:20:23,232 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Controller/File[/etc/puppetlabs/client-tools/puppet-code.conf]/ensure: defined content as '{md5}f1207cfc122826cb2ee667dd72d32c35'
  2017-08-02 16:20:23,238 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Controller/File[/etc/puppetlabs/client-tools/puppet-access.conf]/ensure: defined content as '{md5}91555a04c5027a15a95edcbc399318a2'
  2017-08-02 16:20:23,243 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Controller/File[/etc/puppetlabs/client-tools/puppetdb.conf]/ensure: defined content as '{md5}09ed78e888a61e559ec85b3a6dfaafde'
  2017-08-02 16:20:23,359 - [Notice]: /Stage[main]/Pe_install::Install::Ssldir/File[/etc/puppetlabs/puppet/ssl/ca/signed/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:23,362 - [Notice]: /Stage[main]/Pe_install::Install::Ssldir/File[/etc/puppetlabs/puppet/ssl/ca/signed/pe-internal-mcollective-servers.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:23,365 - [Notice]: /Stage[main]/Pe_install::Install::Ssldir/File[/etc/puppetlabs/puppet/ssl/ca/signed/pe-internal-peadmin-mcollective-client.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:23,377 - [Notice]: /Stage[main]/Pe_install::Install::Ssldir/File[/etc/puppetlabs/puppet/ssl/certs/pe-internal-mcollective-servers.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:23,380 - [Notice]: /Stage[main]/Pe_install::Install::Ssldir/File[/etc/puppetlabs/puppet/ssl/certs/pe-internal-peadmin-mcollective-client.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:23,391 - [Notice]: /Stage[main]/Pe_install::Install::Ssldir/File[/etc/puppetlabs/puppet/ssl/public_keys/pe-internal-mcollective-servers.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:23,394 - [Notice]: /Stage[main]/Pe_install::Install::Ssldir/File[/etc/puppetlabs/puppet/ssl/public_keys/pe-internal-peadmin-mcollective-client.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:23,399 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Config/File[/etc/puppetlabs/activemq/activemq.xml]/group: group changed 'root' to 'pe-activemq'
  2017-08-02 16:20:23,399 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Config/File[/etc/puppetlabs/activemq/activemq.xml]/mode: mode changed '0755' to '0640'
  2017-08-02 16:20:23,404 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Config/File[/etc/puppetlabs/activemq/jetty.xml]/group: group changed 'root' to 'pe-activemq'
  2017-08-02 16:20:23,405 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Config/File[/etc/puppetlabs/activemq/jetty.xml]/mode: mode changed '0755' to '0640'
  2017-08-02 16:20:23,407 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Config/File[/etc/puppetlabs/activemq/log4j.properties]/group: group changed 'root' to 'pe-activemq'
  2017-08-02 16:20:23,408 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Config/File[/etc/puppetlabs/activemq/log4j.properties]/mode: mode changed '0755' to '0640'
  2017-08-02 16:20:23,411 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Config/File[/etc/puppetlabs/activemq/jetty-realm.properties]/group: group changed 'root' to 'pe-activemq'
  2017-08-02 16:20:23,993 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Certs/Pe_java_ks[puppetca:truststore]/ensure: created
  2017-08-02 16:20:23,999 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/File[/etc/mcollective]/ensure: created
  2017-08-02 16:20:24,207 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective]/ensure: created
  2017-08-02 16:20:24,211 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent]/ensure: created
  2017-08-02 16:20:24,219 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent/package.ddl]/ensure: defined content as '{md5}ae1d49824b9b84d1a8f617c317147bea'
  2017-08-02 16:20:24,225 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent/package.rb]/ensure: defined content as '{md5}60d4b37d3844fc379a99d2b17a243620'
  2017-08-02 16:20:24,231 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent/puppet.ddl]/ensure: defined content as '{md5}69e63795545712fd9e3d75ea1ae1d1d4'
  2017-08-02 16:20:24,243 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent/puppet.rb]/ensure: defined content as '{md5}8f4839ea11e4c4911e531f77f94b033b'
  2017-08-02 16:20:24,249 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent/puppetral.ddl]/ensure: defined content as '{md5}7f06f13953847e60818a681c1f2f168b'
  2017-08-02 16:20:24,256 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent/puppetral.rb]/ensure: defined content as '{md5}686272ee73d966e3f1d3482d7d7b61a8'
  2017-08-02 16:20:24,264 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent/service.ddl]/ensure: defined content as '{md5}3471e24142773d1bb7769c250e6b63d3'
  2017-08-02 16:20:24,269 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/agent/service.rb]/ensure: defined content as '{md5}cbf84ed615eeda9789650b05ec504566'
  2017-08-02 16:20:24,273 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/aggregate]/ensure: created
  2017-08-02 16:20:24,278 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/aggregate/boolean_summary.ddl]/ensure: defined content as '{md5}aa581c71a6c7658bffdbaec81590f65d'
  2017-08-02 16:20:24,284 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/aggregate/boolean_summary.rb]/ensure: defined content as '{md5}0546063313508d8aff603be320af3c44'
  2017-08-02 16:20:24,287 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/application]/ensure: created
  2017-08-02 16:20:24,293 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/application/package.rb]/ensure: defined content as '{md5}4e6571cdac3f6aa322c9f195693e1dbe'
  2017-08-02 16:20:24,299 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/application/puppet.rb]/ensure: defined content as '{md5}e8085d91ddaa1f92984bde5d34cc47d5'
  2017-08-02 16:20:24,305 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/application/service.rb]/ensure: defined content as '{md5}c95359f947af5f0d904fa3df80cb9820'
  2017-08-02 16:20:24,308 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/data]/ensure: created
  2017-08-02 16:20:24,314 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/data/puppet_data.ddl]/ensure: defined content as '{md5}5c9912bf5ae5dbc8762109a40c027c63'
  2017-08-02 16:20:24,320 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/data/puppet_data.rb]/ensure: defined content as '{md5}606e87cd509addf22dd8e93d503d8262'
  2017-08-02 16:20:24,326 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/data/resource_data.ddl]/ensure: defined content as '{md5}c4e3a46fd3c0b5d3990db0b8af1c747f'
  2017-08-02 16:20:24,332 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/data/resource_data.rb]/ensure: defined content as '{md5}49be769fb403191af41f1b89697ce4cc'
  2017-08-02 16:20:24,339 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/data/service_data.ddl]/ensure: defined content as '{md5}e7f7e0bc65ede56fc636505a400b1700'
  2017-08-02 16:20:24,344 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/data/service_data.rb]/ensure: defined content as '{md5}bc651898c7dcd373d609c933fbd6021f'
  2017-08-02 16:20:24,350 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/mco_plugin_versions]/ensure: defined content as '{md5}c96b3a9206e43f8c3a0550731dd3b739'
  2017-08-02 16:20:24,354 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/registration]/ensure: created
  2017-08-02 16:20:24,360 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/registration/meta.rb]/ensure: defined content as '{md5}e939958bbbc0817e1779c336037e1849'
  2017-08-02 16:20:24,363 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/security]/ensure: created
  2017-08-02 16:20:24,369 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/security/sshkey.ddl]/ensure: defined content as '{md5}e92b26732d03496fb61ad3a1ed623f56'
  2017-08-02 16:20:24,375 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/security/sshkey.rb]/ensure: defined content as '{md5}c3933bda744b78dd857f20aa5b61f75b'
  2017-08-02 16:20:24,378 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util]/ensure: created
  2017-08-02 16:20:24,384 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/actionpolicy.rb]/ensure: defined content as '{md5}e4d6a7024ad7b28e019e7b9931eac027'
  2017-08-02 16:20:24,387 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/package]/ensure: created
  2017-08-02 16:20:24,393 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/package/base.rb]/ensure: defined content as '{md5}1bdb7e7a6dcfea6fd2a06c5dc39b7276'
  2017-08-02 16:20:24,399 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/package/packagehelpers.rb]/ensure: defined content as '{md5}312aecc3b1ee75f97a989fea3e7a221d'
  2017-08-02 16:20:24,406 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/package/puppetpackage.rb]/ensure: defined content as '{md5}865eec36ae05c30b072d3f5bd871fb52'
  2017-08-02 16:20:24,433 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/package/yumHelper.py]/ensure: defined content as '{md5}40fa99ef10b84c38517f6b695a0af533'
  2017-08-02 16:20:24,440 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/package/yumpackage.rb]/ensure: defined content as '{md5}256bde1567d8794ca929092462f5ae03'
  2017-08-02 16:20:24,443 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/puppet_agent_mgr]/ensure: created
  2017-08-02 16:20:24,449 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/puppet_agent_mgr.rb]/ensure: defined content as '{md5}4dbafcaa02334c2d76665cd23ca29688'
  2017-08-02 16:20:24,455 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/puppet_agent_mgr/mgr_v2.rb]/ensure: defined content as '{md5}9a00171022ddb12d0a463e9cefeba481'
  2017-08-02 16:20:24,461 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/puppet_agent_mgr/mgr_v3.rb]/ensure: defined content as '{md5}b5cb1a9b7311fc3769a3ccaabadeb694'
  2017-08-02 16:20:24,468 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/puppet_agent_mgr/mgr_windows.rb]/ensure: defined content as '{md5}79a6cf3dac0177f6b9c22d5085324676'
  2017-08-02 16:20:24,474 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/puppet_server_address_validation.rb]/ensure: defined content as '{md5}1c78390e33e71773e121a902ae91bfd4'
  2017-08-02 16:20:24,480 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/puppetrunner.rb]/ensure: defined content as '{md5}a4fade81457455fbca9370249defbdf1'
  2017-08-02 16:20:24,483 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/service]/ensure: created
  2017-08-02 16:20:24,489 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/service/base.rb]/ensure: defined content as '{md5}abea7b8fadbf3425a7b68b49b9435ff6'
  2017-08-02 16:20:24,495 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/util/service/puppetservice.rb]/ensure: defined content as '{md5}905db93e1c06ad5a7154fa2f9199f31c'
  2017-08-02 16:20:24,499 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator]/ensure: created
  2017-08-02 16:20:24,505 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/puppet_resource_validator.ddl]/ensure: defined content as '{md5}3e45a28e1ba6c8d22ce40934c04b30b4'
  2017-08-02 16:20:24,510 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/puppet_resource_validator.rb]/ensure: defined content as '{md5}567c7dc4d70ed0db7fd2626c77f6df41'
  2017-08-02 16:20:24,517 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/puppet_server_address_validator.ddl]/ensure: defined content as '{md5}323e0b9647639fdf32cfbc63a82860f7'
  2017-08-02 16:20:24,523 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/puppet_server_address_validator.rb]/ensure: defined content as '{md5}e84a56187809c5181b78b2819ee149fe'
  2017-08-02 16:20:24,529 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/puppet_tags_validator.ddl]/ensure: defined content as '{md5}7ed95b2e5b210db83d12d5034f1ecb0f'
  2017-08-02 16:20:24,535 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/puppet_tags_validator.rb]/ensure: defined content as '{md5}40b29498e867ba2ecf21dc08bc457d4e'
  2017-08-02 16:20:24,541 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/puppet_variable_validator.ddl]/ensure: defined content as '{md5}58c9db4ca4503e4d692a016743e01627'
  2017-08-02 16:20:24,551 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/puppet_variable_validator.rb]/ensure: defined content as '{md5}3cbca3af2e5884f2a807ef005a87151b'
  2017-08-02 16:20:24,557 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/service_name.ddl]/ensure: defined content as '{md5}2812afa15108103042f706c2201e286b'
  2017-08-02 16:20:24,563 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Plugins/File[/opt/puppetlabs/mcollective/plugins/mcollective/validator/service_name.rb]/ensure: defined content as '{md5}3f501a9ed252ce2dfe06a2e1e53845ab'
  2017-08-02 16:20:24,573 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[/var/log/puppetlabs/mcollective.log]/ensure: created
  2017-08-02 16:20:24,576 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Logs/File[/var/log/puppetlabs/mcollective-audit.log]/ensure: created
  2017-08-02 16:20:24,580 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl]/ensure: created
  2017-08-02 16:20:24,583 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/clients]/ensure: created
  2017-08-02 16:20:24,590 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/ca.cert.pem]/ensure: defined content as '{md5}4050627938bb24215fe24324817d9abd'
  2017-08-02 16:20:24,596 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem]/ensure: defined content as '{md5}86023515f76bce52e84eb202d53964dc'
  2017-08-02 16:20:24,603 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem]/ensure: defined content as '{md5}a87e980d33f390cbd18e9c8ea0392e4a'
  2017-08-02 16:20:24,607 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/mcollective-private.pem]/ensure: changed [redacted] to [redacted]
  2017-08-02 16:20:24,612 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/mcollective-public.pem]/ensure: defined content as '{md5}d41d8cd98f00b204e9800998ecf8427e'
  2017-08-02 16:20:24,616 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/clients/puppet-dashboard-public.pem]/ensure: defined content as '{md5}d41d8cd98f00b204e9800998ecf8427e'
  2017-08-02 16:20:24,621 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/clients/peadmin-public.pem]/ensure: defined content as '{md5}d41d8cd98f00b204e9800998ecf8427e'
  2017-08-02 16:20:24,627 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[/opt/puppetlabs/puppet/bin/refresh-mcollective-metadata]/ensure: defined content as '{md5}6daa27a4146a20dea32f525f725563a1'
  2017-08-02 16:20:25,536 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Exec[bootstrap mcollective metadata]/returns: executed successfully
  2017-08-02 16:20:25,552 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/Cron[pe-mcollective-metadata]/ensure: created
  2017-08-02 16:20:25,565 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server::Facter/File[/etc/puppetlabs/mcollective/facts-bootstrapped]/ensure: created
  2017-08-02 16:20:25,573 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server/File[/etc/puppetlabs/mcollective/server.cfg]/content: content changed '{md5}73e68cfd79153a49de6f5721ab60657b' to '{md5}44b814a980ce2ec410c4dc2a4586a58b'
  2017-08-02 16:20:25,573 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server/File[/etc/puppetlabs/mcollective/server.cfg]/mode: mode changed '0644' to '0660'
  2017-08-02 16:20:25,579 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server/File[/etc/puppetlabs/mcollective/policies]/ensure: created
  2017-08-02 16:20:25,582 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server/File[/etc/puppetlabs/mcollective/policies/package.policy]/ensure: created
  2017-08-02 16:20:25,583 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server/Pe_file_line[pe package.policy default deny]/ensure: created
  2017-08-02 16:20:25,584 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Server/Pe_file_line[pe package.policy default actions]/ensure: created
  2017-08-02 16:20:25,973 - [Notice]: /Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:20:25,982 - [Notice]: /Stage[main]/Pe_repo/Exec[create staging_dir]/returns: executed successfully
  2017-08-02 16:20:25,985 - [Notice]: /Stage[main]/Pe_repo/File[/opt/puppetlabs/server/data/packages]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:25,989 - [Notice]: /Stage[main]/Pe_repo/File[/opt/puppetlabs/server/data/packages/public]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:25,993 - [Notice]: /Stage[main]/Pe_repo/File[/opt/puppetlabs/server/data/packages/public/GPG-KEY-puppetlabs]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:25,997 - [Notice]: /Stage[main]/Pe_repo/File[/opt/puppetlabs/server/data/packages/public/GPG-KEY-puppet]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:20:26,006 - [Notice]: /Stage[main]/Pe_install::Install/File[/etc/puppetlabs/mcollective/credentials]/ensure: defined content as '{md5}159b79e35470a41dd4366b70bd7b1133'
  2017-08-02 16:20:53,369 - [Notice]: /Stage[main]/Pe_postgresql::Client/Package[postgresql-client]/ensure: created
  2017-08-02 16:20:53,381 - [Notice]: /Stage[main]/Pe_postgresql::Client/File[/opt/puppetlabs/server/bin/validate_postgresql_connection.sh]/ensure: defined content as '{md5}20301932819f035492a30880f5bf335a'
  2017-08-02 16:20:57,977 - [Notice]: /Stage[main]/Pe_postgresql::Server::Install/Package[postgresql-server]/ensure: created
  2017-08-02 16:20:58,826 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-postgresql-pglogical]/ensure: created
  2017-08-02 16:20:58,830 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/File[/opt/puppetlabs/server/data/postgresql]/mode: mode changed '0700' to '0755'
  2017-08-02 16:20:58,834 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/File[/opt/puppetlabs/server/data/postgresql/9.4]/mode: mode changed '0700' to '0755'
  2017-08-02 16:21:01,589 - [Notice]: /Stage[main]/Pe_postgresql::Server::Contrib/Package[postgresql-contrib]/ensure: created
  2017-08-02 16:21:05,359 - [Notice]: /Stage[main]/Pe_postgresql::Server::Initdb/Exec[postgresql_initdb]/returns: executed successfully
  2017-08-02 16:21:05,369 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/File[/opt/puppetlabs/server/data/postgresql/9.4/data/certs]/ensure: created
  2017-08-02 16:21:06,319 - [Notice]: /Stage[main]/Pe_nginx/Package[pe-nginx]/ensure: created
  2017-08-02 16:21:06,331 - [Notice]: /Stage[main]/Puppet_enterprise::Pxp_agent/File[/etc/puppetlabs/pxp-agent/pxp-agent.conf]/ensure: defined content as '{md5}099fd679bb73c13e1b1c824e4a89a31e'
  2017-08-02 16:21:06,491 - [Notice]: /Stage[main]/Puppet_enterprise::Pxp_agent::Service/Service[pxp-agent]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:21:06,650 - [Notice]: /Stage[main]/Pe_install::Install/Service[puppet]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:21:06,713 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Webserver_settings[puppet-server]/Pe_hocon_setting[puppetserver.webserver.puppet-server.ssl-cert]/value: value changed ['/etc/puppetlabs/puppet/ssl/certs/localhost.pem'] to '/etc/puppetlabs/puppet/ssl/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.pem'
  2017-08-02 16:21:06,724 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Webserver_settings[puppet-server]/Pe_hocon_setting[puppetserver.webserver.puppet-server.ssl-key]/value: value changed ['/etc/puppetlabs/puppet/ssl/private_keys/localhost.pem'] to '/etc/puppetlabs/puppet/ssl/private_keys/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.pem'
  2017-08-02 16:21:06,730 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Webserver_settings[puppet-server]/Pe_hocon_setting[puppetserver.webserver.puppet-server.ssl-crl-path]/ensure: created
  2017-08-02 16:21:06,763 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Webserver_settings[puppet-server]/Pe_hocon_setting[puppetserver.webserver.puppet-server.ssl-protocols]/ensure: created
  2017-08-02 16:21:06,858 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_puppet_authorization::Rule[puppetlabs environment cache]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs environment cache]/ensure: created
  2017-08-02 16:21:06,989 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Pe_puppet_authorization::Rule[puppetlabs jruby pool]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs jruby pool]/ensure: created
  2017-08-02 16:21:06,993 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Global_settings[puppetserver]/File[/etc/puppetlabs/puppetserver/conf.d/global.conf]/owner: owner changed 'root' to 'pe-puppet'
  2017-08-02 16:21:06,994 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Global_settings[puppetserver]/File[/etc/puppetlabs/puppetserver/conf.d/global.conf]/group: group changed 'root' to 'pe-puppet'
  2017-08-02 16:21:06,994 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Global_settings[puppetserver]/File[/etc/puppetlabs/puppetserver/conf.d/global.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:07,005 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Global_settings[puppetserver]/Pe_hocon_setting[puppetserver.global.certs.ssl-ca-cert]/ensure: created
  2017-08-02 16:21:07,011 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Global_settings[puppetserver]/Pe_hocon_setting[puppetserver.global.certs.ssl-cert]/ensure: created
  2017-08-02 16:21:07,017 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Global_settings[puppetserver]/Pe_hocon_setting[puppetserver.global.certs.ssl-key]/ensure: created
  2017-08-02 16:21:07,029 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Global_settings[puppetserver]/Pe_hocon_setting[puppetserver.global.hostname]/ensure: created
  2017-08-02 16:21:07,038 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Java_args[puppetserver]/Pe_ini_subsetting[pe-puppetserver_'Xmx']/value: value changed '2g' to '2048m'
  2017-08-02 16:21:07,040 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Java_args[puppetserver]/Pe_ini_subsetting[pe-puppetserver_'Xms']/value: value changed '2g' to '2048m'
  2017-08-02 16:21:07,042 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Java_args[puppetserver]/Pe_ini_subsetting[pe-puppetserver_'XX:+PrintGCDetails']/ensure: created
  2017-08-02 16:21:07,043 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Java_args[puppetserver]/Pe_ini_subsetting[pe-puppetserver_'XX:+PrintGCDateStamps']/ensure: created
  2017-08-02 16:21:07,045 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Java_args[puppetserver]/Pe_ini_subsetting[pe-puppetserver_'Xloggc:']/ensure: created
  2017-08-02 16:21:07,046 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Java_args[puppetserver]/Pe_ini_subsetting[pe-puppetserver_'XX:+UseGCLogFileRotation']/ensure: created
  2017-08-02 16:21:07,048 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Java_args[puppetserver]/Pe_ini_subsetting[pe-puppetserver_'XX:NumberOfGCLogFiles=']/ensure: created
  2017-08-02 16:21:07,049 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Java_args[puppetserver]/Pe_ini_subsetting[pe-puppetserver_'XX:GCLogFileSize=']/ensure: created
  2017-08-02 16:21:07,052 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Init_defaults[puppetserver]/Pe_ini_setting[puppetserver initconf user]/value: value changed '"pe-puppet"' to 'pe-puppet'
  2017-08-02 16:21:07,054 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Init_defaults[puppetserver]/Pe_ini_setting[puppetserver initconf group]/value: value changed '"pe-puppet"' to 'pe-puppet'
  2017-08-02 16:21:07,242 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Config/Puppet_enterprise::Amq::Config::Beans[ec2-54-70-211-75.us-west-2.compute.amazonaws.com - beans]/Augeas[amq_augeas_base_beans_config]/returns: executed successfully
  2017-08-02 16:21:07,248 - [Notice]: /Stage[main]/Pe_concat::Setup/File[/opt/puppetlabs/puppet/cache/pe_concat]/ensure: created
  2017-08-02 16:21:07,252 - [Notice]: /Stage[main]/Pe_concat::Setup/File[/opt/puppetlabs/puppet/cache/pe_concat/bin]/ensure: created
  2017-08-02 16:21:07,259 - [Notice]: /Stage[main]/Pe_concat::Setup/File[/opt/puppetlabs/puppet/cache/pe_concat/bin/concatfragments.sh]/ensure: defined content as '{md5}7bbe7c5fce25a5ddd20415d909ba44fc'
  2017-08-02 16:21:07,263 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf]/ensure: created
  2017-08-02 16:21:07,270 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments]/ensure: created
  2017-08-02 16:21:07,342 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments.concat]/ensure: created
  2017-08-02 16:21:07,346 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments.concat.out]/ensure: created
  2017-08-02 16:21:07,352 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Config_entry[listen_addresses]/Pe_postgresql_conf[listen_addresses]/ensure: created
  2017-08-02 16:21:07,364 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Config_entry[port]/File[systemd-port-override]/ensure: defined content as '{md5}44acf83b25ea47e5bddcc103e0b05661'
  2017-08-02 16:21:07,405 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Config_entry[port]/Exec[restart-systemd]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:07,408 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Config_entry[port]/Pe_postgresql_conf[port]/ensure: created
  2017-08-02 16:21:07,419 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::Certs[pe-postgres]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem]/ensure: defined content as '{md5}86023515f76bce52e84eb202d53964dc'
  2017-08-02 16:21:07,429 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::Certs[pe-postgres]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem]/ensure: defined content as '{md5}a87e980d33f390cbd18e9c8ea0392e4a'
  2017-08-02 16:21:07,437 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::Certs[pe-postgres]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.public_key.pem]/ensure: defined content as '{md5}41d125de0197f1307031c51586abcd12'
  2017-08-02 16:21:07,438 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[ssl]/Pe_postgresql_conf[ssl]/ensure: created
  2017-08-02 16:21:07,442 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[ssl_cert_file]/Pe_postgresql_conf[ssl_cert_file]/ensure: created
  2017-08-02 16:21:07,445 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[ssl_key_file]/Pe_postgresql_conf[ssl_key_file]/ensure: created
  2017-08-02 16:21:07,448 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[ssl_ca_file]/Pe_postgresql_conf[ssl_ca_file]/ensure: created
  2017-08-02 16:21:07,452 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[ssl_ciphers]/Pe_postgresql_conf[ssl_ciphers]/ensure: created
  2017-08-02 16:21:07,456 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[effective_cache_size]/Pe_postgresql_conf[effective_cache_size]/ensure: created
  2017-08-02 16:21:07,459 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[shared_buffers]/Pe_postgresql_conf[shared_buffers]/value: value changed '128MB' to '3527MB'
  2017-08-02 16:21:07,462 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[maintenance_work_mem]/Pe_postgresql_conf[maintenance_work_mem]/ensure: created
  2017-08-02 16:21:07,466 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[wal_buffers]/Pe_postgresql_conf[wal_buffers]/ensure: created
  2017-08-02 16:21:07,469 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[work_mem]/Pe_postgresql_conf[work_mem]/ensure: created
  2017-08-02 16:21:07,473 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[checkpoint_segments]/Pe_postgresql_conf[checkpoint_segments]/ensure: created
  2017-08-02 16:21:07,476 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[log_line_prefix]/Pe_postgresql_conf[log_line_prefix]/ensure: created
  2017-08-02 16:21:07,480 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[log_min_duration_statement]/Pe_postgresql_conf[log_min_duration_statement]/ensure: created
  2017-08-02 16:21:07,483 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[max_connections]/Pe_postgresql_conf[max_connections]/value: value changed '100' to '200'
  2017-08-02 16:21:07,486 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[autovacuum_vacuum_scale_factor]/Pe_postgresql_conf[autovacuum_vacuum_scale_factor]/ensure: created
  2017-08-02 16:21:07,490 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[autovacuum_analyze_scale_factor]/Pe_postgresql_conf[autovacuum_analyze_scale_factor]/ensure: created
  2017-08-02 16:21:07,493 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[autovacuum_max_workers]/Pe_postgresql_conf[autovacuum_max_workers]/ensure: created
  2017-08-02 16:21:07,497 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[autovacuum_work_mem]/Pe_postgresql_conf[autovacuum_work_mem]/ensure: created
  2017-08-02 16:21:07,500 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[log_checkpoints]/Pe_postgresql_conf[log_checkpoints]/ensure: created
  2017-08-02 16:21:07,503 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[log_connections]/Pe_postgresql_conf[log_connections]/ensure: created
  2017-08-02 16:21:07,507 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[log_disconnections]/Pe_postgresql_conf[log_disconnections]/ensure: created
  2017-08-02 16:21:07,511 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[log_lock_waits]/Pe_postgresql_conf[log_lock_waits]/ensure: created
  2017-08-02 16:21:07,514 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[log_temp_files]/Pe_postgresql_conf[log_temp_files]/ensure: created
  2017-08-02 16:21:07,517 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Config_entry[log_autovacuum_min_duration]/Pe_postgresql_conf[log_autovacuum_min_duration]/ensure: created
  2017-08-02 16:21:07,523 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf]/ensure: created
  2017-08-02 16:21:07,531 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf/fragments]/ensure: created
  2017-08-02 16:21:07,534 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf/fragments.concat]/ensure: created
  2017-08-02 16:21:07,537 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf/fragments.concat.out]/ensure: created
  2017-08-02 16:21:07,576 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy::Nginx_conf/Pe_nginx::Directive[gzip]/Augeas[pe_nginx::directive for gzip]/returns: executed successfully
  2017-08-02 16:21:07,608 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy::Nginx_conf/Pe_nginx::Directive[gzip_comp_level]/Augeas[pe_nginx::directive for gzip_comp_level]/returns: executed successfully
  2017-08-02 16:21:07,641 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy::Nginx_conf/Pe_nginx::Directive[gzip_min_length]/Augeas[pe_nginx::directive for gzip_min_length]/returns: executed successfully
  2017-08-02 16:21:07,673 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy::Nginx_conf/Pe_nginx::Directive[gzip_proxied]/Augeas[pe_nginx::directive for gzip_proxied]/returns: executed successfully
  2017-08-02 16:21:07,705 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy::Nginx_conf/Pe_nginx::Directive[gzip_vary]/Augeas[pe_nginx::directive for gzip_vary]/returns: executed successfully
  2017-08-02 16:21:07,741 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy::Nginx_conf/Pe_nginx::Directive[gzip_types]/Augeas[pe_nginx::directive for gzip_types]/returns: executed successfully
  2017-08-02 16:21:07,746 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_concat[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_conf.d_auth.conf]/ensure: created
  2017-08-02 16:21:07,753 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_concat[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_conf.d_auth.conf/fragments]/ensure: created
  2017-08-02 16:21:07,757 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_concat[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_conf.d_auth.conf/fragments.concat]/ensure: created
  2017-08-02 16:21:07,761 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_concat[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_conf.d_auth.conf/fragments.concat.out]/ensure: created
  2017-08-02 16:21:07,767 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_concat::Fragment[00_header_/etc/puppetlabs/puppetserver/conf.d/auth.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_conf.d_auth.conf/fragments/10_00_header__etc_puppetlabs_puppetserver_conf.d_auth.conf]/ensure: defined content as '{md5}98e633f69129801e017d35bad880f8be'
  2017-08-02 16:21:07,775 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_concat::Fragment[99_footer_/etc/puppetlabs/puppetserver/conf.d/auth.conf]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_conf.d_auth.conf/fragments/10_99_footer__etc_puppetlabs_puppetserver_conf.d_auth.conf]/ensure: defined content as '{md5}7d9d25f71cb8a5aba86202540a20d405'
  2017-08-02 16:21:07,809 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_concat[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Exec[pe_concat_/etc/puppetlabs/puppetserver/conf.d/auth.conf]/returns: executed successfully
  2017-08-02 16:21:07,822 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_concat[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Exec[pe_concat_/etc/puppetlabs/puppetserver/conf.d/auth.conf]: Triggered 'refresh' from 4 events
  2017-08-02 16:21:07,897 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization[/etc/puppetlabs/puppetserver/conf.d/auth.conf]/Pe_hocon_setting[authorization.allow-header-cert-info./etc/puppetlabs/puppetserver/conf.d/auth.conf]/ensure: created
  2017-08-02 16:21:07,982 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs catalog]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs catalog]/ensure: created
  2017-08-02 16:21:08,065 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs certificate]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs certificate]/ensure: created
  2017-08-02 16:21:08,147 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs crl]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs crl]/ensure: created
  2017-08-02 16:21:08,271 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs csr]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs csr]/ensure: created
  2017-08-02 16:21:08,363 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs environments]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs environments]/ensure: created
  2017-08-02 16:21:08,447 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs environment]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs environment]/ensure: created
  2017-08-02 16:21:08,571 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs environment classes]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs environment classes]/ensure: created
  2017-08-02 16:21:08,687 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs file]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs file]/ensure: created
  2017-08-02 16:21:08,793 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs node]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs node]/ensure: created
  2017-08-02 16:21:08,889 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs report]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs report]/ensure: created
  2017-08-02 16:21:08,984 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs resource type]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs resource type]/ensure: created
  2017-08-02 16:21:09,105 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs status]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs status]/ensure: created
  2017-08-02 16:21:09,216 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs static file content]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs static file content]/ensure: created
  2017-08-02 16:21:09,322 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs experimental]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs experimental]/ensure: created
  2017-08-02 16:21:09,424 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Tk_authz/Pe_puppet_authorization::Rule[puppetlabs deny all]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs deny all]/ensure: created
  2017-08-02 16:21:09,428 - [Notice]: /Stage[main]/Pe_repo::Platform::El_7_x86_64/Pe_repo::El[el-7-x86_64]/Pe_repo::Repo[el-7-x86_64 2016.4.6]/File[/opt/puppetlabs/server/data/packages/public/2016.4.6]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:09,439 - [Notice]: /Stage[main]/Pe_repo/File[/opt/puppetlabs/server/data/packages/public/current]/ensure: created
  2017-08-02 16:21:09,446 - [Notice]: /Stage[main]/Pe_repo::Platform::El_7_x86_64/Pe_repo::El[el-7-x86_64]/File[/opt/puppetlabs/server/data/packages/public/2016.4.6/el-7-x86_64.repo]/ensure: defined content as '{md5}da0ce2ebd6a566f25b3550cc19926969'
  2017-08-02 16:21:09,452 - [Notice]: /Stage[main]/Pe_repo::Platform::El_7_x86_64/Pe_repo::El[el-7-x86_64]/File[/opt/puppetlabs/server/data/packages/public/2016.4.6/el-7-x86_64.bash]/ensure: defined content as '{md5}90081c14dd8257db7683c01720ff1997'
  2017-08-02 16:21:09,454 - [Notice]: /Stage[main]/Pe_repo::Platform::El_7_x86_64/Pe_repo::El[el-7-x86_64]/Pe_repo::Repo[el-7-x86_64 2016.4.6]/File[/opt/puppetlabs/server/data/packages/public/2016.4.6/el-7-x86_64-1.10.4]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:09,461 - [Notice]: /Stage[main]/Pe_repo::Platform::El_7_x86_64/Pe_repo::El[el-7-x86_64]/Pe_repo::Repo[el-7-x86_64 2016.4.6]/File[/opt/puppetlabs/server/data/packages/public/2016.4.6/install.bash]/ensure: defined content as '{md5}a94a2033e58cff36b255c1c8a93f94a0'
  2017-08-02 16:21:09,468 - [Notice]: /Stage[main]/Pe_repo::Platform::El_7_x86_64/Pe_repo::El[el-7-x86_64]/Pe_repo::Repo[el-7-x86_64 2016.4.6]/File[/opt/puppetlabs/server/data/packages/public/2016.4.6/upgrade.bash]/ensure: defined content as '{md5}48e6baa7d4eeb323ac63666e9ffe65d4'
  2017-08-02 16:21:09,472 - [Notice]: /Stage[main]/Pe_repo::Platform::El_7_x86_64/Pe_repo::El[el-7-x86_64]/Pe_repo::Repo[el-7-x86_64 2016.4.6]/File[/opt/puppetlabs/server/data/packages/public/2016.4.6/el-7-x86_64]/ensure: created
  2017-08-02 16:21:09,477 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Pg_hba_rule[local access as postgres user]/Pe_concat::Fragment[pg_hba_rule_local access as postgres user]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/001_pg_hba_rule_local access as postgres user]/ensure: defined content as '{md5}216a85d405b5b1e39d4962c0d20694c4'
  2017-08-02 16:21:09,484 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Pg_hba_rule[local access to database with same name]/Pe_concat::Fragment[pg_hba_rule_local access to database with same name]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/002_pg_hba_rule_local access to database with same name]/ensure: defined content as '{md5}61275db6b21adbf53b575d4c1a6bbed1'
  2017-08-02 16:21:09,495 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Pg_hba_rule[allow localhost TCP access to postgresql user]/Pe_concat::Fragment[pg_hba_rule_allow localhost TCP access to postgresql user]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/003_pg_hba_rule_allow localhost TCP access to postgresql user]/ensure: defined content as '{md5}d504bd93c9636e8a53e3ed10f0afa28e'
  2017-08-02 16:21:09,510 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Pg_hba_rule[deny access to postgresql user]/Pe_concat::Fragment[pg_hba_rule_deny access to postgresql user]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/004_pg_hba_rule_deny access to postgresql user]/ensure: defined content as '{md5}d2edb0a2e42bbe0e8fb624dc25e7c4fe'
  2017-08-02 16:21:09,516 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Pg_hba_rule[allow access to all users]/Pe_concat::Fragment[pg_hba_rule_allow access to all users]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/100_pg_hba_rule_allow access to all users]/ensure: defined content as '{md5}6332aa580d0a4d80f31f6ce365b93c92'
  2017-08-02 16:21:09,522 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_postgresql::Server::Pg_hba_rule[allow access to ipv6 localhost]/Pe_concat::Fragment[pg_hba_rule_allow access to ipv6 localhost]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/101_pg_hba_rule_allow access to ipv6 localhost]/ensure: defined content as '{md5}ab588822a007943223faadf86be3044a'
  2017-08-02 16:21:09,529 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_postgresql::Server::Pg_hba_rule[allow access to all ipv6]/Pe_concat::Fragment[pg_hba_rule_allow access to all ipv6]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/2_pg_hba_rule_allow access to all ipv6]/ensure: defined content as '{md5}acc79b0cc1fbfeccb28169438e588dae'
  2017-08-02 16:21:09,535 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_concat::Fragment[pg_ident_rule_pe-puppetdb_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf/fragments/10_pg_ident_rule_pe-puppetdb_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/ensure: defined content as '{md5}d92110fea5901de166e38b0039de4e5c'
  2017-08-02 16:21:09,542 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_concat::Fragment[pg_ident_rule_pe-classifier_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf/fragments/10_pg_ident_rule_pe-classifier_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/ensure: defined content as '{md5}c30c991abf5fce778d674e25d97e271b'
  2017-08-02 16:21:09,549 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_concat::Fragment[pg_ident_rule_pe-rbac_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf/fragments/10_pg_ident_rule_pe-rbac_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/ensure: defined content as '{md5}c2a8ae8767500906182af805586fc3b5'
  2017-08-02 16:21:09,555 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_concat::Fragment[pg_ident_rule_pe-activity_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf/fragments/10_pg_ident_rule_pe-activity_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/ensure: defined content as '{md5}09c5ecd4b077c9067e688459dc6f66f5'
  2017-08-02 16:21:09,562 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_concat::Fragment[pg_ident_rule_pe-orchestrator_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_ident.conf/fragments/10_pg_ident_rule_pe-orchestrator_ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/ensure: defined content as '{md5}0e1c583ca478c731a7e33b7f66d5db42'
  2017-08-02 16:21:09,598 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/Exec[pe_concat_/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/returns: executed successfully
  2017-08-02 16:21:09,616 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/Exec[pe_concat_/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]: Triggered 'refresh' from 7 events
  2017-08-02 16:21:09,625 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/content: content changed '{md5}f11c8332d3f444148c0b8ee83ec5fc6d' to '{md5}1ac8d58b211dda709a24320a6c0ce1bd'
  2017-08-02 16:21:09,625 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/mode: mode changed '0600' to '0640'
  2017-08-02 16:21:09,626 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_ident.conf]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:09,648 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_accounts::User[peadmin]/Group[peadmin]/ensure: created
  2017-08-02 16:21:09,670 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_accounts::User[peadmin]/User[peadmin]/ensure: created
  2017-08-02 16:21:09,673 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/File[/etc/puppetlabs/mcollective/client.cfg]/ensure: removed
  2017-08-02 16:21:09,705 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Pg_hba_rule[pe-puppetdb cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-puppetdb cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/0_pg_hba_rule_pe-puppetdb cert auth rule]/ensure: defined content as '{md5}ee77ef1b8ba984b70941503659c1c7ad'
  2017-08-02 16:21:09,711 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Pg_hba_rule[pe-puppetdb ipv6 cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-puppetdb ipv6 cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/1_pg_hba_rule_pe-puppetdb ipv6 cert auth rule]/ensure: defined content as '{md5}166b67c50fb2f712a569d1a7a7a9001b'
  2017-08-02 16:21:09,718 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Pg_hba_rule[pe-classifier cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-classifier cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/0_pg_hba_rule_pe-classifier cert auth rule]/ensure: defined content as '{md5}62e61970adb110f1ce8f4923a0f87a27'
  2017-08-02 16:21:09,725 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Pg_hba_rule[pe-classifier ipv6 cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-classifier ipv6 cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/1_pg_hba_rule_pe-classifier ipv6 cert auth rule]/ensure: defined content as '{md5}f36941b6817e3c790eebffed19f346c8'
  2017-08-02 16:21:09,732 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Pg_hba_rule[pe-rbac cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-rbac cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/0_pg_hba_rule_pe-rbac cert auth rule]/ensure: defined content as '{md5}494da0dfe86b7b680512c43ade17eecd'
  2017-08-02 16:21:09,739 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Pg_hba_rule[pe-rbac ipv6 cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-rbac ipv6 cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/1_pg_hba_rule_pe-rbac ipv6 cert auth rule]/ensure: defined content as '{md5}93b5dd8340729d14a0752c9750ac1f81'
  2017-08-02 16:21:09,745 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Pg_hba_rule[pe-activity cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-activity cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/0_pg_hba_rule_pe-activity cert auth rule]/ensure: defined content as '{md5}423c4e9e066c0aa638d74dc78c28a350'
  2017-08-02 16:21:09,752 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Pg_hba_rule[pe-activity ipv6 cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-activity ipv6 cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/1_pg_hba_rule_pe-activity ipv6 cert auth rule]/ensure: defined content as '{md5}d94e7449d4106c19959f2a542e0b03bf'
  2017-08-02 16:21:09,759 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Pg_hba_rule[pe-orchestrator cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-orchestrator cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/0_pg_hba_rule_pe-orchestrator cert auth rule]/ensure: defined content as '{md5}0aef37205039ef049e7ea827085ef5cb'
  2017-08-02 16:21:09,765 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Pg_hba_rule[pe-orchestrator ipv6 cert auth rule]/Pe_concat::Fragment[pg_hba_rule_pe-orchestrator ipv6 cert auth rule]/File[/opt/puppetlabs/puppet/cache/pe_concat/_opt_puppetlabs_server_data_postgresql_9.4_data_pg_hba.conf/fragments/1_pg_hba_rule_pe-orchestrator ipv6 cert auth rule]/ensure: defined content as '{md5}27343ac7435315b348b99aeaf98f3c7b'
  2017-08-02 16:21:09,830 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/Exec[pe_concat_/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/returns: executed successfully
  2017-08-02 16:21:09,861 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/Exec[pe_concat_/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]: Triggered 'refresh' from 19 events
  2017-08-02 16:21:09,871 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/content: content changed '{md5}7f6cacec3610d9a75a774b2350301106' to '{md5}9df89c096e6bc877178ea7608f3d3887'
  2017-08-02 16:21:09,871 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/mode: mode changed '0600' to '0640'
  2017-08-02 16:21:09,872 - [Notice]: /Stage[main]/Pe_postgresql::Server::Config/Pe_concat[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/File[/opt/puppetlabs/server/data/postgresql/9.4/data/pg_hba.conf]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:09,876 - [Notice]: /Stage[main]/Pe_postgresql::Server::Service/Pe_anchor[pe_postgresql::server::service::begin]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:11,047 - [Notice]: /Stage[main]/Pe_postgresql::Server::Service/Service[postgresqld]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:21:11,085 - [Notice]: /Stage[main]/Pe_postgresql::Server::Service/Pe_postgresql::Validate_db_connection[validate_service_is_running]/Exec[validate postgres connection for /pe-postgres]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:11,087 - [Notice]: /Stage[main]/Pe_postgresql::Server::Service/Pe_anchor[pe_postgresql::server::service::end]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:11,129 - [Notice]: /Stage[main]/Pe_postgresql::Server::Reload/Exec[postgresql_reload]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:11,138 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Tablespace[pe-puppetdb]/File[/opt/puppetlabs/server/data/postgresql/puppetdb]/ensure: created
  2017-08-02 16:21:11,162 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Tablespace[pe-puppetdb]/Pe_postgresql_psql[Create tablespace 'pe-puppetdb']/command: command changed '' to 'CREATE TABLESPACE "pe-puppetdb"  LOCATION '/opt/puppetlabs/server/data/postgresql/puppetdb''
  2017-08-02 16:21:11,186 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Role[pe-puppetdb]/Pe_postgresql_psql[CREATE ROLE "pe-puppetdb"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1]/command: command changed '' to 'CREATE ROLE "pe-puppetdb"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1'
  2017-08-02 16:21:11,267 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Tablespace[pe-classifier]/File[/opt/puppetlabs/server/data/postgresql/classifier]/ensure: created
  2017-08-02 16:21:11,289 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Tablespace[pe-classifier]/Pe_postgresql_psql[Create tablespace 'pe-classifier']/command: command changed '' to 'CREATE TABLESPACE "pe-classifier"  LOCATION '/opt/puppetlabs/server/data/postgresql/classifier''
  2017-08-02 16:21:11,579 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Role[pe-classifier]/Pe_postgresql_psql[CREATE ROLE "pe-classifier"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1]/command: command changed '' to 'CREATE ROLE "pe-classifier"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1'
  2017-08-02 16:21:11,662 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Tablespace[pe-rbac]/File[/opt/puppetlabs/server/data/postgresql/rbac]/ensure: created
  2017-08-02 16:21:11,684 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Tablespace[pe-rbac]/Pe_postgresql_psql[Create tablespace 'pe-rbac']/command: command changed '' to 'CREATE TABLESPACE "pe-rbac"  LOCATION '/opt/puppetlabs/server/data/postgresql/rbac''
  2017-08-02 16:21:11,707 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Role[pe-rbac]/Pe_postgresql_psql[CREATE ROLE "pe-rbac"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1]/command: command changed '' to 'CREATE ROLE "pe-rbac"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1'
  2017-08-02 16:21:11,787 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Tablespace[pe-activity]/File[/opt/puppetlabs/server/data/postgresql/activity]/ensure: created
  2017-08-02 16:21:11,809 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Tablespace[pe-activity]/Pe_postgresql_psql[Create tablespace 'pe-activity']/command: command changed '' to 'CREATE TABLESPACE "pe-activity"  LOCATION '/opt/puppetlabs/server/data/postgresql/activity''
  2017-08-02 16:21:11,833 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Role[pe-activity]/Pe_postgresql_psql[CREATE ROLE "pe-activity"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1]/command: command changed '' to 'CREATE ROLE "pe-activity"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1'
  2017-08-02 16:21:11,915 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Tablespace[pe-orchestrator]/File[/opt/puppetlabs/server/data/postgresql/orchestrator]/ensure: created
  2017-08-02 16:21:11,937 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Tablespace[pe-orchestrator]/Pe_postgresql_psql[Create tablespace 'pe-orchestrator']/command: command changed '' to 'CREATE TABLESPACE "pe-orchestrator"  LOCATION '/opt/puppetlabs/server/data/postgresql/orchestrator''
  2017-08-02 16:21:11,960 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Role[pe-orchestrator]/Pe_postgresql_psql[CREATE ROLE "pe-orchestrator"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1]/command: command changed '' to 'CREATE ROLE "pe-orchestrator"  LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER  CONNECTION LIMIT -1'
  2017-08-02 16:21:12,057 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Db[pe-puppetdb]/Pe_postgresql::Server::Database[pe-puppetdb]/Pe_postgresql_psql[Check for existence of db 'pe-puppetdb']/command: command changed '' to 'SELECT 1'
  2017-08-02 16:21:14,527 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Db[pe-puppetdb]/Pe_postgresql::Server::Database[pe-puppetdb]/Exec[/opt/puppetlabs/server/bin/createdb --port='5432' --owner='pe-postgres' --template=template0 --encoding 'UTF8' --lc-ctype=en_US.UTF-8 --lc-collate=en_US.UTF-8 --tablespace='pe-puppetdb'  'pe-puppetdb']: Triggered 'refresh' from 1 events
  2017-08-02 16:21:14,541 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Db[pe-puppetdb]/Pe_postgresql::Server::Database[pe-puppetdb]/Pe_postgresql_psql[REVOKE CONNECT ON DATABASE "pe-puppetdb" FROM public]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:14,573 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Db[pe-classifier]/Pe_postgresql::Server::Database[pe-classifier]/Pe_postgresql_psql[Check for existence of db 'pe-classifier']/command: command changed '' to 'SELECT 1'
  2017-08-02 16:21:14,824 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Db[pe-classifier]/Pe_postgresql::Server::Database[pe-classifier]/Exec[/opt/puppetlabs/server/bin/createdb --port='5432' --owner='pe-postgres' --template=template0 --encoding 'UTF8' --lc-ctype=en_US.UTF-8 --lc-collate=en_US.UTF-8 --tablespace='pe-classifier'  'pe-classifier']: Triggered 'refresh' from 1 events
  2017-08-02 16:21:14,839 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Db[pe-classifier]/Pe_postgresql::Server::Database[pe-classifier]/Pe_postgresql_psql[REVOKE CONNECT ON DATABASE "pe-classifier" FROM public]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:14,870 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Db[pe-rbac]/Pe_postgresql::Server::Database[pe-rbac]/Pe_postgresql_psql[Check for existence of db 'pe-rbac']/command: command changed '' to 'SELECT 1'
  2017-08-02 16:21:15,123 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Db[pe-rbac]/Pe_postgresql::Server::Database[pe-rbac]/Exec[/opt/puppetlabs/server/bin/createdb --port='5432' --owner='pe-postgres' --template=template0 --encoding 'UTF8' --lc-ctype=en_US.UTF-8 --lc-collate=en_US.UTF-8 --tablespace='pe-rbac'  'pe-rbac']: Triggered 'refresh' from 1 events
  2017-08-02 16:21:15,137 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Db[pe-rbac]/Pe_postgresql::Server::Database[pe-rbac]/Pe_postgresql_psql[REVOKE CONNECT ON DATABASE "pe-rbac" FROM public]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:15,169 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Db[pe-activity]/Pe_postgresql::Server::Database[pe-activity]/Pe_postgresql_psql[Check for existence of db 'pe-activity']/command: command changed '' to 'SELECT 1'
  2017-08-02 16:21:15,426 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Db[pe-activity]/Pe_postgresql::Server::Database[pe-activity]/Exec[/opt/puppetlabs/server/bin/createdb --port='5432' --owner='pe-postgres' --template=template0 --encoding 'UTF8' --lc-ctype=en_US.UTF-8 --lc-collate=en_US.UTF-8 --tablespace='pe-activity'  'pe-activity']: Triggered 'refresh' from 1 events
  2017-08-02 16:21:15,441 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Db[pe-activity]/Pe_postgresql::Server::Database[pe-activity]/Pe_postgresql_psql[REVOKE CONNECT ON DATABASE "pe-activity" FROM public]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:15,474 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Db[pe-orchestrator]/Pe_postgresql::Server::Database[pe-orchestrator]/Pe_postgresql_psql[Check for existence of db 'pe-orchestrator']/command: command changed '' to 'SELECT 1'
  2017-08-02 16:21:17,348 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Db[pe-orchestrator]/Pe_postgresql::Server::Database[pe-orchestrator]/Exec[/opt/puppetlabs/server/bin/createdb --port='5432' --owner='pe-postgres' --template=template0 --encoding 'UTF8' --lc-ctype=en_US.UTF-8 --lc-collate=en_US.UTF-8 --tablespace='pe-orchestrator'  'pe-orchestrator']: Triggered 'refresh' from 1 events
  2017-08-02 16:21:17,362 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Db[pe-orchestrator]/Pe_postgresql::Server::Database[pe-orchestrator]/Pe_postgresql_psql[REVOKE CONNECT ON DATABASE "pe-orchestrator" FROM public]: Triggered 'refresh' from 1 events
  2017-08-02 16:21:17,378 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin]/ensure: created
  2017-08-02 16:21:17,385 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/File[/var/lib/peadmin/.mcollective]/ensure: defined content as '{md5}55ff9bfae426ea45639b2a2e28d07768'
  2017-08-02 16:21:17,389 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/File[/var/lib/peadmin/.bashrc.custom]/ensure: created
  2017-08-02 16:21:17,390 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_file_line[peadmin:path]/ensure: created
  2017-08-02 16:21:17,394 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d]/ensure: created
  2017-08-02 16:21:17,398 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/File[/var/lib/peadmin/.mcollective.d/client.log]/ensure: created
  2017-08-02 16:21:17,405 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/ca.cert.pem]/ensure: defined content as '{md5}4050627938bb24215fe24324817d9abd'
  2017-08-02 16:21:17,411 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem]/ensure: defined content as '{md5}86023515f76bce52e84eb202d53964dc'
  2017-08-02 16:21:17,418 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem]/ensure: defined content as '{md5}a87e980d33f390cbd18e9c8ea0392e4a'
  2017-08-02 16:21:17,425 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]/ensure: changed [redacted] to [redacted]
  2017-08-02 16:21:17,430 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]/ensure: defined content as '{md5}d41d8cd98f00b204e9800998ecf8427e'
  2017-08-02 16:21:17,436 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]/ensure: defined content as '{md5}d41d8cd98f00b204e9800998ecf8427e'
  2017-08-02 16:21:17,440 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.ssh]/ensure: created
  2017-08-02 16:21:17,444 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.vim]/ensure: created
  2017-08-02 16:21:17,451 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.bashrc]/ensure: defined content as '{md5}776e5327b6b492e2b49f84a41f6f68dd'
  2017-08-02 16:21:17,458 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.bash_profile]/ensure: defined content as '{md5}546be8ec0dfc6a62ceb331a4430f30f5'
  2017-08-02 16:21:17,462 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::User[peadmin]/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/File[/var/lib/peadmin/.ssh/authorized_keys]/ensure: created
  2017-08-02 16:21:17,466 - [Notice]: /Stage[main]/Pe_staging/File[/opt/puppetlabs/server/data/staging]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:17,471 - [Notice]: /Stage[main]/Pe_repo::Platform::El_7_x86_64/Pe_repo::El[el-7-x86_64]/Pe_repo::Repo[el-7-x86_64 2016.4.6]/File[/opt/puppetlabs/server/data/staging/pe_repo-puppet-agent-1.10.4]/ensure: created
  2017-08-02 16:21:17,506 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql::Server::Db[pe-puppetdb]/Pe_postgresql::Server::Database_grant[GRANT pe-puppetdb - ALL - pe-puppetdb]/Pe_postgresql::Server::Grant[database:GRANT pe-puppetdb - ALL - pe-puppetdb]/Pe_postgresql_psql[GRANT ALL ON DATABASE "pe-puppetdb" TO "pe-puppetdb"]/command: command changed '' to 'GRANT ALL ON DATABASE "pe-puppetdb" TO "pe-puppetdb"'
  2017-08-02 16:21:17,543 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql_psql[pe-puppetdb extension pg_trgm]/command: command changed '' to 'CREATE EXTENSION pg_trgm;'
  2017-08-02 16:21:17,573 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[puppetdb]/Pe_postgresql_psql[pe-puppetdb extension pgcrypto]/command: command changed '' to 'CREATE EXTENSION pgcrypto;'
  2017-08-02 16:21:17,597 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[classifier]/Pe_postgresql::Server::Db[pe-classifier]/Pe_postgresql::Server::Database_grant[GRANT pe-classifier - ALL - pe-classifier]/Pe_postgresql::Server::Grant[database:GRANT pe-classifier - ALL - pe-classifier]/Pe_postgresql_psql[GRANT ALL ON DATABASE "pe-classifier" TO "pe-classifier"]/command: command changed '' to 'GRANT ALL ON DATABASE "pe-classifier" TO "pe-classifier"'
  2017-08-02 16:21:17,621 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql::Server::Db[pe-rbac]/Pe_postgresql::Server::Database_grant[GRANT pe-rbac - ALL - pe-rbac]/Pe_postgresql::Server::Grant[database:GRANT pe-rbac - ALL - pe-rbac]/Pe_postgresql_psql[GRANT ALL ON DATABASE "pe-rbac" TO "pe-rbac"]/command: command changed '' to 'GRANT ALL ON DATABASE "pe-rbac" TO "pe-rbac"'
  2017-08-02 16:21:17,667 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[rbac]/Pe_postgresql_psql[pe-rbac extension citext]/command: command changed '' to 'CREATE EXTENSION citext;'
  2017-08-02 16:21:17,691 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[activity]/Pe_postgresql::Server::Db[pe-activity]/Pe_postgresql::Server::Database_grant[GRANT pe-activity - ALL - pe-activity]/Pe_postgresql::Server::Grant[database:GRANT pe-activity - ALL - pe-activity]/Pe_postgresql_psql[GRANT ALL ON DATABASE "pe-activity" TO "pe-activity"]/command: command changed '' to 'GRANT ALL ON DATABASE "pe-activity" TO "pe-activity"'
  2017-08-02 16:21:17,716 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Database/Puppet_enterprise::App_database[orchestrator]/Pe_postgresql::Server::Db[pe-orchestrator]/Pe_postgresql::Server::Database_grant[GRANT pe-orchestrator - ALL - pe-orchestrator]/Pe_postgresql::Server::Grant[database:GRANT pe-orchestrator - ALL - pe-orchestrator]/Pe_postgresql_psql[GRANT ALL ON DATABASE "pe-orchestrator" TO "pe-orchestrator"]/command: command changed '' to 'GRANT ALL ON DATABASE "pe-orchestrator" TO "pe-orchestrator"'
  2017-08-02 16:21:20,834 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-puppetdb]/ensure: created
  2017-08-02 16:21:24,761 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-console-services]/ensure: created
  2017-08-02 16:21:28,990 - [Notice]: /Stage[main]/Puppet_enterprise::Packages/Package[pe-orchestration-services]/ensure: created
  2017-08-02 16:21:28,993 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Pe_ini_setting[puppetserver puppetconf app_management]/ensure: created
  2017-08-02 16:21:28,999 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Pe_hocon_setting[metrics.reporters.graphite.host]/ensure: created
  2017-08-02 16:21:29,005 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Pe_hocon_setting[metrics.reporters.graphite.port]/ensure: created
  2017-08-02 16:21:29,010 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Pe_hocon_setting[metrics.reporters.graphite.update-interval-seconds]/ensure: created
  2017-08-02 16:21:29,034 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/File[/etc/puppetlabs/puppet/ssl/private_keys/pe-internal-mcollective-servers.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:29,037 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/File[/etc/puppetlabs/puppet/ssl/private_keys/pe-internal-peadmin-mcollective-client.pem]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:29,042 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Pe_ini_setting[module_groups]/ensure: created
  2017-08-02 16:21:29,043 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Pe_ini_setting[environmentpath_setting]/ensure: created
  2017-08-02 16:21:29,044 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Pe_ini_setting[codedir_setting]/ensure: created
  2017-08-02 16:21:29,047 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/File[/opt/puppetlabs/server/share/puppet_enterprise]/ensure: created
  2017-08-02 16:21:29,063 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/File[/etc/sysconfig/pe-activemq]/content: content changed '{md5}acb5a7fbc5e6e9e2c75897e08ddfb334' to '{md5}230a36ea1345fbb9c26126ea7cbb7878'
  2017-08-02 16:21:29,064 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/File[/etc/sysconfig/pe-activemq]/mode: mode changed '0644' to '0755'
  2017-08-02 16:21:29,647 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Certs/Pe_java_ks[ec2-54-70-211-75.us-west-2.compute.amazonaws.com:keystore]/ensure: created
  2017-08-02 16:21:29,651 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Certs/File[/etc/puppetlabs/activemq/broker.ts]/group: group changed 'root' to 'pe-activemq'
  2017-08-02 16:21:29,651 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Certs/File[/etc/puppetlabs/activemq/broker.ts]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:29,653 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Certs/File[/etc/puppetlabs/activemq/broker.ts]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:29,655 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Certs/File[/etc/puppetlabs/activemq/broker.ks]/group: group changed 'root' to 'pe-activemq'
  2017-08-02 16:21:29,656 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Certs/File[/etc/puppetlabs/activemq/broker.ks]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:29,657 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Certs/File[/etc/puppetlabs/activemq/broker.ks]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:29,666 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/File[/etc/puppetlabs/orchestration-services/conf.d/webserver.conf]/owner: owner changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:29,666 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/File[/etc/puppetlabs/orchestration-services/conf.d/webserver.conf]/group: group changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:29,667 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/File[/etc/puppetlabs/orchestration-services/conf.d/webserver.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:29,677 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Pe_hocon_setting[orchestration-services.web-router-service.broker-service]/value: value changed [{'metrics' => {'route' => '/', 'server' => 'pcp-broker'}, 'websocket' => {'route' => '/pcp', 'server' => 'pcp-broker'}}] to '{"websocket"=>{"route"=>"/pcp", "server"=>"pcp-broker"}, "v1"=>{"route"=>"/pcp", "server"=>"pcp-broker"}, "metrics"=>{"route"=>"/", "server"=>"pcp-broker"}}'
  2017-08-02 16:21:29,688 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Pe_hocon_setting[orchestration-services.web-router-service.status-service]/ensure: created
  2017-08-02 16:21:29,691 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/File[/etc/puppetlabs/orchestration-services/ssl]/ensure: created
  2017-08-02 16:21:29,696 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/File[/etc/puppetlabs/puppetdb/conf.d/jetty.ini]/owner: owner changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:29,697 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/File[/etc/puppetlabs/puppetdb/conf.d/jetty.ini]/group: group changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:29,698 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/File[/etc/puppetlabs/puppetdb/conf.d/jetty.ini]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:29,700 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb_host]/ensure: created
  2017-08-02 16:21:29,702 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb_sslhost]/ensure: created
  2017-08-02 16:21:29,703 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb_sslport]/ensure: created
  2017-08-02 16:21:29,708 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb_ssl_key]/ensure: created
  2017-08-02 16:21:29,709 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb_ssl_cert]/ensure: created
  2017-08-02 16:21:29,711 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb_ssl_ca_cert]/ensure: created
  2017-08-02 16:21:29,713 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb_ssl_protocols]/ensure: created
  2017-08-02 16:21:29,715 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb_request_header_max_size]/ensure: created
  2017-08-02 16:21:29,716 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Rbac_consumer_conf/File[/etc/puppetlabs/puppetdb/conf.d/rbac_consumer.conf]/owner: owner changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:29,717 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Rbac_consumer_conf/File[/etc/puppetlabs/puppetdb/conf.d/rbac_consumer.conf]/group: group changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:29,717 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Rbac_consumer_conf/File[/etc/puppetlabs/puppetdb/conf.d/rbac_consumer.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:29,721 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Rbac_consumer_conf/Pe_hocon_setting[puppetdb_rbac_consumer_ssl_key]/ensure: created
  2017-08-02 16:21:29,724 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Rbac_consumer_conf/Pe_hocon_setting[puppetdb_rbac_consumer_ssl_cert]/ensure: created
  2017-08-02 16:21:29,728 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Rbac_consumer_conf/Pe_hocon_setting[puppetdb_rbac_consumer_ssl_ca_cert]/ensure: created
  2017-08-02 16:21:29,731 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Rbac_consumer_conf/Pe_hocon_setting[puppetdb_rbac_consumer_api_url]/ensure: created
  2017-08-02 16:21:29,733 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Config_ini/File[/etc/puppetlabs/puppetdb/conf.d/config.ini]/owner: owner changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:29,734 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Config_ini/File[/etc/puppetlabs/puppetdb/conf.d/config.ini]/group: group changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:29,734 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Config_ini/File[/etc/puppetlabs/puppetdb/conf.d/config.ini]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:29,736 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Config_ini/Pe_ini_setting[config.ini threads command-processing section]/ensure: created
  2017-08-02 16:21:29,739 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/File[/var/log/puppetlabs/puppetdb]/mode: mode changed '0700' to '0750'
  2017-08-02 16:21:29,743 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/File[/var/log/puppetlabs/puppetdb/puppetdb.log]/ensure: created
  2017-08-02 16:21:29,746 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/File[/etc/puppetlabs/puppetdb/ssl]/ensure: created
  2017-08-02 16:21:29,750 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/File[/etc/puppetlabs/puppetdb/certificate-whitelist]/ensure: created
  2017-08-02 16:21:29,751 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Jetty_ini/Pe_ini_setting[puppetdb-certificate-whitelist]/ensure: created
  2017-08-02 16:21:29,756 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/File[/opt/puppetlabs/server/data/console-services/certs]/ensure: created
  2017-08-02 16:21:29,764 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[console-services.webserver.console.host]/ensure: created
  2017-08-02 16:21:29,766 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[console-services.webserver.console.port]/ensure: created
  2017-08-02 16:21:29,769 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[console-services.webserver.api.host]/ensure: created
  2017-08-02 16:21:29,771 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[console-services.webserver.api.port]/ensure: created
  2017-08-02 16:21:29,777 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[web-router-service."puppetlabs.activity.services/activity-service"]/ensure: created
  2017-08-02 16:21:29,781 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[web-router-service."puppetlabs.rbac.services.http.api/rbac-http-api-service"]/ensure: created
  2017-08-02 16:21:29,785 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[web-router-service."puppetlabs.pe-console-ui.service/pe-console-ui-service".pe-console-app]/ensure: created
  2017-08-02 16:21:29,791 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[web-router-service."puppetlabs.pe-console-auth-ui.service/pe-console-auth-ui-service".authn-app]/ensure: created
  2017-08-02 16:21:29,796 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[web-router-service."puppetlabs.classifier.main/classifier-service"]/ensure: created
  2017-08-02 16:21:29,802 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_hocon_setting[web-router-service."puppetlabs.trapperkeeper.services.status.status-service/status-service"]/ensure: created
  2017-08-02 16:21:29,831 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/File[/etc/puppetlabs/console-services/rbac-certificate-whitelist]/ensure: created
  2017-08-02 16:21:29,839 - [Notice]: /Stage[main]/Pe_install::Install/File[/opt/puppetlabs/server/bin/set_console_admin_password.rb]/ensure: defined content as '{md5}8122ef7746d5adc56aae08b14d96524e'
  2017-08-02 16:21:29,843 - [Notice]: /Stage[main]/Pe_manager/File[/opt/puppetlabs/server/apps/enterprise]/ensure: created
  2017-08-02 16:21:29,846 - [Notice]: /Stage[main]/Pe_manager/File[/opt/puppetlabs/server/apps/enterprise/bin]/ensure: created
  2017-08-02 16:21:29,867 - [Notice]: /Stage[main]/Pe_manager/File[/opt/puppetlabs/server/apps/enterprise/bin/puppet-enterprise]/ensure: defined content as '{md5}10dd16314a2fb9c91c303cc06a8b9634'
  2017-08-02 16:21:29,870 - [Notice]: /Stage[main]/Pe_manager/File[/opt/puppetlabs/bin/puppet-enterprise]/ensure: created
  2017-08-02 16:21:29,893 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Fileserver_conf[pe_packages]/Augeas[fileserver.conf pe_packages]/returns: executed successfully
  2017-08-02 16:21:29,975 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Broker[remove default localhost]/Augeas[localhost: AMQ broker: remove default localhost]/returns: executed successfully
  2017-08-02 16:21:30,045 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Broker[ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ broker: ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/returns: executed successfully
  2017-08-02 16:21:30,116 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Ssl_context[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-ssl-context]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ sslContext: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-ssl-context]/returns: executed successfully
  2017-08-02 16:21:30,187 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Management_context[ec2-54-70-211-75.us-west-2.compute.amazonaws.com - managementContext]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ managementContext: ec2-54-70-211-75.us-west-2.compute.amazonaws.com - managementContext]/returns: executed successfully
  2017-08-02 16:21:30,259 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Destination_policy_entry[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-topic->]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ destinationPolicyEntry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-topic->]/returns: executed successfully
  2017-08-02 16:21:30,332 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Destination_policy_entry[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-queue->]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ destinationPolicyEntry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-queue->]/returns: executed successfully
  2017-08-02 16:21:30,406 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Destination_policy_entry[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-queue-*.reply.>]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ destinationPolicyEntry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-queue-*.reply.>]/returns: executed successfully
  2017-08-02 16:21:30,480 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Transport_connector[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-openwire-transport]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ transportConnector: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-openwire-transport]/returns: executed successfully
  2017-08-02 16:21:30,554 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Transport_connector[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-stomp-transport]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ transportConnector: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-stomp-transport]/returns: executed successfully
  2017-08-02 16:21:30,629 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Statistics_broker_plugin[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-statisticsBrokerPlugin]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ statisticsBrokerPlugin: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-statisticsBrokerPlugin]/returns: executed successfully
  2017-08-02 16:21:30,704 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Timestamping_broker_plugin[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-timeStampingBrokerPlugin]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ timeStampingBrokerPlugin: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-timeStampingBrokerPlugin]/returns: executed successfully
  2017-08-02 16:21:30,779 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Simple_authentication_user[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-simple_auth_user-mcollective]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ simpleAuthentication user: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-simple_auth_user-mcollective]/returns: executed successfully
  2017-08-02 16:21:30,856 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Authorization_plugin_entry[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-queue->]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ authorizationPlugin entry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-queue->]/returns: executed successfully
  2017-08-02 16:21:30,932 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Authorization_plugin_entry[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-topic->]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ authorizationPlugin entry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-topic->]/returns: executed successfully
  2017-08-02 16:21:31,010 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Authorization_plugin_entry[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-queue-mcollective.>]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ authorizationPlugin entry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-queue-mcollective.>]/returns: executed successfully
  2017-08-02 16:21:31,089 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Authorization_plugin_entry[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-topic-mcollective.>]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ authorizationPlugin entry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-topic-mcollective.>]/returns: executed successfully
  2017-08-02 16:21:31,168 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Authorization_plugin_entry[ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-topic-ActiveMQ.Advisory.>]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ authorizationPlugin entry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com-authorization-topic-ActiveMQ.Advisory.>]/returns: executed successfully
  2017-08-02 16:21:31,247 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::Web_console[ec2-54-70-211-75.us-west-2.compute.amazonaws.com - web console - false]/Augeas[AMQ webConsole: ec2-54-70-211-75.us-west-2.compute.amazonaws.com - web console - false]/returns: executed successfully
  2017-08-02 16:21:31,325 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Amq::Broker/Puppet_enterprise::Amq::Config::System_usage[ec2-54-70-211-75.us-west-2.compute.amazonaws.com - systemusage]/Augeas[ec2-54-70-211-75.us-west-2.compute.amazonaws.com: AMQ systemUsage: ec2-54-70-211-75.us-west-2.compute.amazonaws.com - systemusage]/returns: executed successfully
  2017-08-02 16:21:31,560 - [Notice]: /Stage[main]/Puppet_enterprise::Amq::Service/Service[pe-activemq]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:21:31,563 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/orchestrator.conf]/owner: owner changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:31,564 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/orchestrator.conf]/group: group changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:31,564 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/orchestrator.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:31,574 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.master-url]/value: value changed ['https://puppet:8140'] to 'https://ec2-54-70-211-75.us-west-2.compute.amazonaws.com:8140'
  2017-08-02 16:21:31,581 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.puppetdb-url]/value: value changed ['https://puppetdb:8081'] to 'https://ec2-54-70-211-75.us-west-2.compute.amazonaws.com:8081'
  2017-08-02 16:21:31,589 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.classifier-service]/value: value changed ['https://classifier:4433/classifier-api'] to 'https://ec2-54-70-211-75.us-west-2.compute.amazonaws.com:4433/classifier-api'
  2017-08-02 16:21:31,594 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.console-services-url]/ensure: created
  2017-08-02 16:21:31,599 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.rbac-consumer.api-url]/ensure: created
  2017-08-02 16:21:31,607 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.pcp-broker-url]/ensure: created
  2017-08-02 16:21:31,613 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.console-url]/ensure: created
  2017-08-02 16:21:31,624 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.ssl-ca-cert]/value: value changed ['ca-cert.pem'] to '/etc/puppetlabs/puppet/ssl/certs/ca.pem'
  2017-08-02 16:21:31,645 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.ssl-cert]/value: value changed ['cert.pem'] to '/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem'
  2017-08-02 16:21:31,660 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.ssl-key]/value: value changed ['key.pem'] to '/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem'
  2017-08-02 16:21:31,695 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.database.subname]/value: value changed ['//localhost:5432/orchestrator'] to '//ec2-54-70-211-75.us-west-2.compute.amazonaws.com:5432/pe-orchestrator?ssl=true&sslfactory=org.postgresql.ssl.jdbc4.LibPQFactory&sslmode=verify-full&sslrootcert=/etc/puppetlabs/puppet/ssl/certs/ca.pem&sslkey=/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8&sslcert=/etc/puppetlabs/puppet/ssl/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.pem'
  2017-08-02 16:21:31,709 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Pe_hocon_setting[orchestration-services.orchestrator.database.user]/value: value changed ['orchestrator'] to 'pe-orchestrator'
  2017-08-02 16:21:31,712 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/pcp-broker.conf]/owner: owner changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:31,713 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/pcp-broker.conf]/group: group changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:31,714 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/pcp-broker.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:31,721 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/Pe_hocon_setting[orchestration-services.pcp-broker.accept-consumers]/ensure: created
  2017-08-02 16:21:31,727 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/Pe_hocon_setting[orchestration-services.pcp-broker.delivery-consumers]/ensure: created
  2017-08-02 16:21:31,729 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/authorization.conf]/owner: owner changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:31,730 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/authorization.conf]/group: group changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:31,731 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/authorization.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:31,746 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Global_settings[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/global.conf]/owner: owner changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:31,747 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Global_settings[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/global.conf]/group: group changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:31,748 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Global_settings[orchestration-services]/File[/etc/puppetlabs/orchestration-services/conf.d/global.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:31,757 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Global_settings[orchestration-services]/Pe_hocon_setting[orchestration-services.global.certs.ssl-ca-cert]/ensure: created
  2017-08-02 16:21:31,762 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Global_settings[orchestration-services]/Pe_hocon_setting[orchestration-services.global.certs.ssl-cert]/ensure: created
  2017-08-02 16:21:31,766 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Global_settings[orchestration-services]/Pe_hocon_setting[orchestration-services.global.certs.ssl-key]/ensure: created
  2017-08-02 16:21:31,850 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[pcp-broker]/Pe_hocon_setting[orchestration-services.webserver.pcp-broker.ssl-ca-cert]/value: value changed ['/opt/puppetlabs/server/data/orchestration-services/certs/orchestration-services.localhost.ca_cert.pem'] to '/etc/puppetlabs/puppet/ssl/certs/ca.pem'
  2017-08-02 16:21:31,870 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[pcp-broker]/Pe_hocon_setting[orchestration-services.webserver.pcp-broker.ssl-cert]/value: value changed ['/opt/puppetlabs/server/data/orchestration-services/certs/orchestration-services.localhost.cert.pem'] to '/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem'
  2017-08-02 16:21:31,885 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[pcp-broker]/Pe_hocon_setting[orchestration-services.webserver.pcp-broker.ssl-key]/value: value changed ['/opt/puppetlabs/server/data/orchestration-services/certs/orchestration-services.localhost.private_key.pem'] to '/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem'
  2017-08-02 16:21:31,912 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[pcp-broker]/Pe_hocon_setting[orchestration-services.webserver.pcp-broker.ssl-crl-path]/value: value changed ['/opt/puppetlabs/server/data/orchestration-services/certs/orchestration-services.localhost.ca_crl.pem'] to '/etc/puppetlabs/puppet/ssl/crl.pem'
  2017-08-02 16:21:31,965 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[pcp-broker]/Pe_hocon_setting[orchestration-services.webserver.pcp-broker.ssl-protocols]/ensure: created
  2017-08-02 16:21:31,990 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[orchestrator]/Pe_hocon_setting[orchestration-services.webserver.orchestrator.client-auth]/value: value changed ['none'] to 'want'
  2017-08-02 16:21:32,052 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[orchestrator]/Pe_hocon_setting[orchestration-services.webserver.orchestrator.ssl-ca-cert]/value: value changed ['/opt/puppetlabs/server/data/orchestration-services/certs/orchestration-services.localhost.ca_cert.pem'] to '/etc/puppetlabs/puppet/ssl/certs/ca.pem'
  2017-08-02 16:21:32,073 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[orchestrator]/Pe_hocon_setting[orchestration-services.webserver.orchestrator.ssl-cert]/value: value changed ['/opt/puppetlabs/server/data/orchestration-services/certs/orchestration-services.localhost.cert.pem'] to '/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem'
  2017-08-02 16:21:32,094 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[orchestrator]/Pe_hocon_setting[orchestration-services.webserver.orchestrator.ssl-key]/value: value changed ['/opt/puppetlabs/server/data/orchestration-services/certs/orchestration-services.localhost.private_key.pem'] to '/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem'
  2017-08-02 16:21:32,112 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[orchestrator]/Pe_hocon_setting[orchestration-services.webserver.orchestrator.ssl-crl-path]/value: value changed ['/opt/puppetlabs/server/data/orchestration-services/certs/orchestration-services.localhost.ca_crl.pem'] to '/etc/puppetlabs/puppet/ssl/crl.pem'
  2017-08-02 16:21:32,120 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[orchestrator]/Pe_hocon_setting[orchestration-services.webserver.orchestrator.access-log-config]/ensure: created
  2017-08-02 16:21:32,161 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Webserver_settings[orchestrator]/Pe_hocon_setting[orchestration-services.webserver.orchestrator.ssl-protocols]/ensure: created
  2017-08-02 16:21:32,171 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Certs[ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/File[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem]/ensure: defined content as '{md5}86023515f76bce52e84eb202d53964dc'
  2017-08-02 16:21:32,179 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Certs[ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/File[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem]/ensure: defined content as '{md5}a87e980d33f390cbd18e9c8ea0392e4a'
  2017-08-02 16:21:32,185 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Certs[ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/File[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.public_key.pem]/ensure: defined content as '{md5}41d125de0197f1307031c51586abcd12'
  2017-08-02 16:21:32,202 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/Exec[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/returns: executed successfully
  2017-08-02 16:21:32,205 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/owner: owner changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:32,206 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/group: group changed 'root' to 'pe-orchestration-services'
  2017-08-02 16:21:32,206 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/mode: mode changed '0644' to '0400'
  2017-08-02 16:21:32,208 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/etc/puppetlabs/orchestration-services/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:32,211 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Java_args[orchestration-services]/Pe_ini_subsetting[pe-orchestration-services_'Xmx']/value: value changed '2g' to '192m'
  2017-08-02 16:21:32,213 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Java_args[orchestration-services]/Pe_ini_subsetting[pe-orchestration-services_'Xms']/ensure: created
  2017-08-02 16:21:32,214 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Java_args[orchestration-services]/Pe_ini_subsetting[pe-orchestration-services_'XX:+PrintGCDetails']/ensure: created
  2017-08-02 16:21:32,216 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Java_args[orchestration-services]/Pe_ini_subsetting[pe-orchestration-services_'XX:+PrintGCDateStamps']/ensure: created
  2017-08-02 16:21:32,218 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Java_args[orchestration-services]/Pe_ini_subsetting[pe-orchestration-services_'Xloggc:']/ensure: created
  2017-08-02 16:21:32,220 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Java_args[orchestration-services]/Pe_ini_subsetting[pe-orchestration-services_'XX:+UseGCLogFileRotation']/ensure: created
  2017-08-02 16:21:32,222 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Java_args[orchestration-services]/Pe_ini_subsetting[pe-orchestration-services_'XX:NumberOfGCLogFiles=']/ensure: created
  2017-08-02 16:21:32,224 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Java_args[orchestration-services]/Pe_ini_subsetting[pe-orchestration-services_'XX:GCLogFileSize=']/ensure: created
  2017-08-02 16:21:32,553 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Certificate_authority/Pe_puppet_authorization::Rule[puppetlabs certificate status]/Pe_puppet_authorization_hocon_rule[rule-puppetlabs certificate status]/ensure: created
  2017-08-02 16:21:32,623 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Certificate_authority/Puppet_enterprise::Fileserver_conf[pe_modules]/Augeas[fileserver.conf pe_modules]/returns: executed successfully
  2017-08-02 16:21:32,630 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Puppet_enterprise::Puppetdb::Shared_database_settings[database]/File[/etc/puppetlabs/puppetdb/conf.d/database.ini]/owner: owner changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:32,631 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Puppet_enterprise::Puppetdb::Shared_database_settings[database]/File[/etc/puppetlabs/puppetdb/conf.d/database.ini]/group: group changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:32,632 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Puppet_enterprise::Puppetdb::Shared_database_settings[database]/File[/etc/puppetlabs/puppetdb/conf.d/database.ini]/mode: mode changed '0644' to '0640'
  2017-08-02 16:21:32,636 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Pe_ini_setting[puppetdb_gc_interval]/ensure: created
  2017-08-02 16:21:32,638 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Pe_ini_setting[puppetdb_node_ttl]/ensure: created
  2017-08-02 16:21:32,640 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Pe_ini_setting[puppetdb_node_purge_ttl]/ensure: created
  2017-08-02 16:21:32,642 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Pe_ini_setting[puppetdb_report_ttl]/ensure: created
  2017-08-02 16:21:32,644 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Puppet_enterprise::Puppetdb::Shared_database_settings[database]/Pe_ini_setting[[database]-puppetdb_psdatabase_username]/ensure: created
  2017-08-02 16:21:32,646 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Puppet_enterprise::Puppetdb::Shared_database_settings[database]/Pe_ini_setting[[database]-puppetdb_subname]/value: value changed '//localhost:5432/puppetdb' to '//ec2-54-70-211-75.us-west-2.compute.amazonaws.com:5432/pe-puppetdb?ssl=true&sslfactory=org.postgresql.ssl.jdbc4.LibPQFactory&sslmode=verify-full&sslrootcert=/etc/puppetlabs/puppet/ssl/certs/ca.pem&sslkey=/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8&sslcert=/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem'
  2017-08-02 16:21:32,648 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Database_ini/Puppet_enterprise::Puppetdb::Shared_database_settings[database]/Pe_ini_setting[[database]-maximum-pool-size]/ensure: created
  2017-08-02 16:21:32,654 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Puppetdb::Shared_database_settings[read-database]/File[/etc/puppetlabs/puppetdb/conf.d/read_database.ini]/ensure: created
  2017-08-02 16:21:32,656 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Puppetdb::Shared_database_settings[read-database]/Pe_ini_setting[[read-database]-puppetdb_psdatabase_username]/ensure: created
  2017-08-02 16:21:32,658 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Puppetdb::Shared_database_settings[read-database]/Pe_ini_setting[[read-database]-puppetdb_subname]/ensure: created
  2017-08-02 16:21:32,659 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Puppetdb::Shared_database_settings[read-database]/Pe_ini_setting[[read-database]-maximum-pool-size]/ensure: created
  2017-08-02 16:21:32,663 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Java_args[puppetdb]/Pe_ini_subsetting[pe-puppetdb_'Xmx']/value: value changed '192m' to '256m'
  2017-08-02 16:21:32,665 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Java_args[puppetdb]/Pe_ini_subsetting[pe-puppetdb_'Xms']/ensure: created
  2017-08-02 16:21:32,667 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Java_args[puppetdb]/Pe_ini_subsetting[pe-puppetdb_'XX:+PrintGCDetails']/ensure: created
  2017-08-02 16:21:32,670 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Java_args[puppetdb]/Pe_ini_subsetting[pe-puppetdb_'XX:+PrintGCDateStamps']/ensure: created
  2017-08-02 16:21:32,672 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Java_args[puppetdb]/Pe_ini_subsetting[pe-puppetdb_'Xloggc:']/ensure: created
  2017-08-02 16:21:32,674 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Java_args[puppetdb]/Pe_ini_subsetting[pe-puppetdb_'XX:+UseGCLogFileRotation']/ensure: created
  2017-08-02 16:21:32,677 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Java_args[puppetdb]/Pe_ini_subsetting[pe-puppetdb_'XX:NumberOfGCLogFiles=']/ensure: created
  2017-08-02 16:21:32,680 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Java_args[puppetdb]/Pe_ini_subsetting[pe-puppetdb_'XX:GCLogFileSize=']/ensure: created
  2017-08-02 16:21:32,684 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Init_defaults[puppetdb]/Pe_ini_setting[puppetdb initconf user]/value: value changed '"pe-puppetdb"' to 'pe-puppetdb'
  2017-08-02 16:21:32,686 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb/Puppet_enterprise::Trapperkeeper::Init_defaults[puppetdb]/Pe_ini_setting[puppetdb initconf group]/value: value changed '"pe-puppetdb"' to 'pe-puppetdb'
  2017-08-02 16:21:32,705 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/Puppet_enterprise::Certs[pe-puppetdb]/File[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem]/ensure: defined content as '{md5}86023515f76bce52e84eb202d53964dc'
  2017-08-02 16:21:32,715 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/Puppet_enterprise::Certs[pe-puppetdb]/File[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem]/ensure: defined content as '{md5}a87e980d33f390cbd18e9c8ea0392e4a'
  2017-08-02 16:21:32,739 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/Puppet_enterprise::Certs[pe-puppetdb]/File[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.public_key.pem]/ensure: defined content as '{md5}41d125de0197f1307031c51586abcd12'
  2017-08-02 16:21:32,766 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/Exec[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/returns: executed successfully
  2017-08-02 16:21:32,770 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/owner: owner changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:32,771 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/group: group changed 'root' to 'pe-puppetdb'
  2017-08-02 16:21:32,771 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/mode: mode changed '0644' to '0400'
  2017-08-02 16:21:32,774 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Puppetdb/Puppet_enterprise::Certs::Pk8_cert[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/etc/puppetlabs/puppetdb/ssl/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:21:32,779 - [Notice]: /Stage[main]/Puppet_enterprise::Certs::Puppetdb_whitelist/Puppet_enterprise::Certs::Whitelist_entry[puppet_enterprise::certs::puppetdb_whitelist entry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/Pe_file_line[/etc/puppetlabs/puppetdb/certificate-whitelist:ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/ensure: created
  2017-08-02 16:22:09,669 - [Notice]: /Stage[main]/Puppet_enterprise::Puppetdb::Service/Service[pe-puppetdb]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:22:09,706 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/Puppet_enterprise::Certs[pe-console-services::server_cert]/File[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.cert.pem]/ensure: defined content as '{md5}86023515f76bce52e84eb202d53964dc'
  2017-08-02 16:22:09,747 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/Puppet_enterprise::Certs[pe-console-services::server_cert]/File[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pem]/ensure: defined content as '{md5}a87e980d33f390cbd18e9c8ea0392e4a'
  2017-08-02 16:22:09,765 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/Puppet_enterprise::Certs[pe-console-services::server_cert]/File[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.public_key.pem]/ensure: defined content as '{md5}41d125de0197f1307031c51586abcd12'
  2017-08-02 16:22:09,768 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/File[/etc/puppetlabs/console-services/conf.d/webserver.conf]/owner: owner changed 'root' to 'pe-console-services'
  2017-08-02 16:22:09,769 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/File[/etc/puppetlabs/console-services/conf.d/webserver.conf]/group: group changed 'root' to 'pe-console-services'
  2017-08-02 16:22:09,770 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/File[/etc/puppetlabs/console-services/conf.d/webserver.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:22:09,795 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/Puppet_enterprise::Certs::Pk8_cert[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/Exec[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/returns: executed successfully
  2017-08-02 16:22:09,798 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/Puppet_enterprise::Certs::Pk8_cert[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/owner: owner changed 'root' to 'pe-console-services'
  2017-08-02 16:22:09,799 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/Puppet_enterprise::Certs::Pk8_cert[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/group: group changed 'root' to 'pe-console-services'
  2017-08-02 16:22:09,800 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/Puppet_enterprise::Certs::Pk8_cert[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/mode: mode changed '0644' to '0400'
  2017-08-02 16:22:09,802 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Certs/Puppet_enterprise::Certs::Pk8_cert[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/File[/opt/puppetlabs/server/data/console-services/certs/ec2-54-70-211-75.us-west-2.compute.amazonaws.com.private_key.pk8]/seluser: seluser changed 'unconfined_u' to 'system_u'
  2017-08-02 16:22:09,811 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/File[/etc/puppetlabs/nginx/conf.d/proxy.conf]/ensure: created
  2017-08-02 16:22:09,832 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/File[/etc/puppetlabs/nginx/dhparam_puppetproxy.pem]/ensure: defined content as '{md5}4d695d75538adacfce6333a83bd7b015'
  2017-08-02 16:22:09,854 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.client-auth]/ensure: created
  2017-08-02 16:22:09,867 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.ssl-host]/ensure: created
  2017-08-02 16:22:09,880 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.ssl-port]/ensure: created
  2017-08-02 16:22:09,893 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.ssl-ca-cert]/ensure: created
  2017-08-02 16:22:09,907 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.ssl-cert]/ensure: created
  2017-08-02 16:22:09,922 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.ssl-key]/ensure: created
  2017-08-02 16:22:09,938 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.ssl-crl-path]/ensure: created
  2017-08-02 16:22:09,954 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.access-log-config]/ensure: created
  2017-08-02 16:22:09,984 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.request-header-max-size]/ensure: created
  2017-08-02 16:22:10,001 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.default-server]/ensure: created
  2017-08-02 16:22:10,019 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[console]/Pe_hocon_setting[console-services.webserver.console.ssl-protocols]/ensure: created
  2017-08-02 16:22:10,036 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.client-auth]/ensure: created
  2017-08-02 16:22:10,054 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.ssl-host]/ensure: created
  2017-08-02 16:22:10,072 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.ssl-port]/ensure: created
  2017-08-02 16:22:10,093 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.ssl-ca-cert]/ensure: created
  2017-08-02 16:22:10,113 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.ssl-cert]/ensure: created
  2017-08-02 16:22:10,132 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.ssl-key]/ensure: created
  2017-08-02 16:22:10,151 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.ssl-crl-path]/ensure: created
  2017-08-02 16:22:10,171 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.access-log-config]/ensure: created
  2017-08-02 16:22:10,241 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Webserver_settings[api]/Pe_hocon_setting[console-services.webserver.api.ssl-protocols]/ensure: created
  2017-08-02 16:22:10,245 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Global_settings[console-services]/File[/etc/puppetlabs/console-services/conf.d/global.conf]/owner: owner changed 'root' to 'pe-console-services'
  2017-08-02 16:22:10,245 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Global_settings[console-services]/File[/etc/puppetlabs/console-services/conf.d/global.conf]/group: group changed 'root' to 'pe-console-services'
  2017-08-02 16:22:10,246 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Global_settings[console-services]/File[/etc/puppetlabs/console-services/conf.d/global.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:22:10,251 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Global_settings[console-services]/Pe_hocon_setting[console-services.global.logging-config]/ensure: created
  2017-08-02 16:22:10,262 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Global_settings[console-services]/Pe_hocon_setting[console-services.global.version-path]/ensure: created
  2017-08-02 16:22:10,265 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Puppet_enterprise::Trapperkeeper::Global_settings[console-services]/Pe_hocon_setting[console-services.global.login-path]/ensure: created
  2017-08-02 16:22:10,286 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg]/ensure: created
  2017-08-02 16:22:10,297 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments]/ensure: created
  2017-08-02 16:22:10,303 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments.concat]/ensure: created
  2017-08-02 16:22:10,308 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments.concat.out]/ensure: created
  2017-08-02 16:22:10,313 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/File[/etc/puppetlabs/console-services/conf.d/activity.conf]/ensure: created
  2017-08-02 16:22:10,316 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Pe_hocon_setting[activity.rbac-base-url]/ensure: created
  2017-08-02 16:22:10,320 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Pe_hocon_setting[activity.cors-origin-pattern]/ensure: created
  2017-08-02 16:22:10,324 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/File[/etc/puppetlabs/console-services/conf.d/activity-database.conf]/ensure: created
  2017-08-02 16:22:10,327 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Pe_hocon_setting[activity.database.subprotocol]/ensure: created
  2017-08-02 16:22:10,333 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Pe_hocon_setting[activity.database.subname]/ensure: created
  2017-08-02 16:22:10,338 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Pe_hocon_setting[activity.database.user]/ensure: created
  2017-08-02 16:22:10,354 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Pe_hocon_setting[activity.database.maximum-pool-size]/ensure: created
  2017-08-02 16:22:10,371 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Pe_hocon_setting[activity.database.connection-timeout]/ensure: created
  2017-08-02 16:22:10,377 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Pe_hocon_setting[activity.database.connection-check-timeout]/ensure: created
  2017-08-02 16:22:10,381 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/File[/etc/puppetlabs/console-services/conf.d/rbac.conf]/owner: owner changed 'root' to 'pe-console-services'
  2017-08-02 16:22:10,382 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/File[/etc/puppetlabs/console-services/conf.d/rbac.conf]/group: group changed 'root' to 'pe-console-services'
  2017-08-02 16:22:10,383 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/File[/etc/puppetlabs/console-services/conf.d/rbac.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:22:10,401 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.certificate-whitelist]/ensure: created
  2017-08-02 16:22:10,417 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.token-private-key]/ensure: created
  2017-08-02 16:22:10,422 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.token-public-key]/ensure: created
  2017-08-02 16:22:10,465 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/File[/etc/puppetlabs/console-services/conf.d/rbac-database.conf]/ensure: created
  2017-08-02 16:22:10,468 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.database.subprotocol]/ensure: created
  2017-08-02 16:22:10,474 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.database.subname]/ensure: created
  2017-08-02 16:22:10,482 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.database.user]/ensure: created
  2017-08-02 16:22:10,491 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.database.maximum-pool-size]/ensure: created
  2017-08-02 16:22:10,498 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.database.connection-timeout]/ensure: created
  2017-08-02 16:22:10,514 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Pe_hocon_setting[console-services.rbac.database.connection-check-timeout]/ensure: created
  2017-08-02 16:22:10,518 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Certs::Whitelist_entry[rbac cert whitelist entry: ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/Pe_file_line[/etc/puppetlabs/console-services/rbac-certificate-whitelist:ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/ensure: created
  2017-08-02 16:22:10,521 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/File[/etc/puppetlabs/console-services/conf.d/classifier.conf]/owner: owner changed 'root' to 'pe-console-services'
  2017-08-02 16:22:10,522 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/File[/etc/puppetlabs/console-services/conf.d/classifier.conf]/group: group changed 'root' to 'pe-console-services'
  2017-08-02 16:22:10,523 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/File[/etc/puppetlabs/console-services/conf.d/classifier.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:22:10,538 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.puppet-master]/ensure: created
  2017-08-02 16:22:10,552 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.ssl-key]/ensure: created
  2017-08-02 16:22:10,557 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.ssl-cert]/ensure: created
  2017-08-02 16:22:10,572 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.ssl-ca-cert]/ensure: created
  2017-08-02 16:22:10,582 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.synchronization-period]/ensure: created
  2017-08-02 16:22:10,589 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.prune-days-threshold]/ensure: created
  2017-08-02 16:22:10,598 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.node-check-in-storage]/ensure: created
  2017-08-02 16:22:10,603 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/File[/etc/puppetlabs/console-services/conf.d/classifier-database.conf]/ensure: created
  2017-08-02 16:22:10,606 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[classifier.database.subprotocol]/ensure: created
  2017-08-02 16:22:10,612 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.database.subname]/ensure: created
  2017-08-02 16:22:10,617 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Pe_hocon_setting[console-services.classifier.database.user]/ensure: created
  2017-08-02 16:22:10,621 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/File[/etc/puppetlabs/console-services/conf.d/console.conf]/owner: owner changed 'root' to 'pe-console-services'
  2017-08-02 16:22:10,622 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/File[/etc/puppetlabs/console-services/conf.d/console.conf]/group: group changed 'root' to 'pe-console-services'
  2017-08-02 16:22:10,623 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/File[/etc/puppetlabs/console-services/conf.d/console.conf]/mode: mode changed '0644' to '0640'
  2017-08-02 16:22:10,627 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.assets-dir]/ensure: created
  2017-08-02 16:22:10,630 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.puppet-master]/ensure: created
  2017-08-02 16:22:10,636 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.rbac-server]/ensure: created
  2017-08-02 16:22:10,640 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.classifier-server]/ensure: created
  2017-08-02 16:22:10,651 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.activity-server]/ensure: created
  2017-08-02 16:22:10,660 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.display-local-time]/ensure: created
  2017-08-02 16:22:10,671 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.puppetdb-server]/ensure: created
  2017-08-02 16:22:10,677 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.certs.ssl-key]/ensure: created
  2017-08-02 16:22:10,684 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.certs.ssl-cert]/ensure: created
  2017-08-02 16:22:10,691 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.certs.ssl-ca-cert]/ensure: created
  2017-08-02 16:22:10,698 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.proxy-idle-timeout]/ensure: created
  2017-08-02 16:22:10,705 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.license-key]/ensure: created
  2017-08-02 16:22:10,710 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.pcp-broker-url]/ensure: created
  2017-08-02 16:22:10,716 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.certs.pcp-ssl-key]/ensure: created
  2017-08-02 16:22:10,722 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.certs.pcp-ssl-cert]/ensure: created
  2017-08-02 16:22:10,731 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.certs.pcp-ssl-ca-cert]/ensure: created
  2017-08-02 16:22:10,742 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.pcp-client-type]/ensure: created
  2017-08-02 16:22:10,752 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.pcp-request-timeout]/ensure: created
  2017-08-02 16:22:10,759 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.service-alert]/ensure: created
  2017-08-02 16:22:10,778 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.service-alert.activity]/ensure: created
  2017-08-02 16:22:10,805 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.service-alert.classifier]/ensure: created
  2017-08-02 16:22:10,825 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.service-alert.rbac]/ensure: created
  2017-08-02 16:22:10,848 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.service-alert.puppetdb.ec2-54-70-211-75.us-west-2.compute.amazonaws.com.8081]/ensure: created
  2017-08-02 16:22:10,880 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.service-alert.master.ec2-54-70-211-75.us-west-2.compute.amazonaws.com]/ensure: created
  2017-08-02 16:22:10,889 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Pe_hocon_setting[console-services.console.service-alert-timeout]/ensure: created
  2017-08-02 16:22:10,896 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/File[/etc/puppetlabs/console-services/conf.d/console_secret_key.conf]/ensure: defined content as '{md5}cf927dbeb9d04929f7a5e208039a9abf'
  2017-08-02 16:22:10,901 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Java_args[console-services]/Pe_ini_subsetting[pe-console-services_'Xmx']/value: value changed '192m' to '256m'
  2017-08-02 16:22:10,903 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Java_args[console-services]/Pe_ini_subsetting[pe-console-services_'Xms']/ensure: created
  2017-08-02 16:22:10,904 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Java_args[console-services]/Pe_ini_subsetting[pe-console-services_'XX:+PrintGCDetails']/ensure: created
  2017-08-02 16:22:10,906 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Java_args[console-services]/Pe_ini_subsetting[pe-console-services_'XX:+PrintGCDateStamps']/ensure: created
  2017-08-02 16:22:10,908 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Java_args[console-services]/Pe_ini_subsetting[pe-console-services_'Xloggc:']/ensure: created
  2017-08-02 16:22:10,909 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Java_args[console-services]/Pe_ini_subsetting[pe-console-services_'XX:+UseGCLogFileRotation']/ensure: created
  2017-08-02 16:22:10,911 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Java_args[console-services]/Pe_ini_subsetting[pe-console-services_'XX:NumberOfGCLogFiles=']/ensure: created
  2017-08-02 16:22:10,912 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Java_args[console-services]/Pe_ini_subsetting[pe-console-services_'XX:GCLogFileSize=']/ensure: created
  2017-08-02 16:22:10,915 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Init_defaults[console-services]/Pe_ini_setting[console-services initconf user]/value: value changed '"pe-console-services"' to 'pe-console-services'
  2017-08-02 16:22:10,917 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Init_defaults[console-services]/Pe_ini_setting[console-services initconf group]/value: value changed '"pe-console-services"' to 'pe-console-services'
  2017-08-02 16:22:10,952 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[server_name]/Augeas[pe_nginx::directive for server_name]/returns: executed successfully
  2017-08-02 16:22:10,983 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[listen]/Augeas[pe_nginx::directive for listen]/returns: executed successfully
  2017-08-02 16:22:11,011 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_certificate]/Augeas[pe_nginx::directive for ssl_certificate]/returns: executed successfully
  2017-08-02 16:22:11,040 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_certificate_key]/Augeas[pe_nginx::directive for ssl_certificate_key]/returns: executed successfully
  2017-08-02 16:22:11,069 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_crl]/Augeas[pe_nginx::directive for ssl_crl]/returns: executed successfully
  2017-08-02 16:22:11,099 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_prefer_server_ciphers]/Augeas[pe_nginx::directive for ssl_prefer_server_ciphers]/returns: executed successfully
  2017-08-02 16:22:11,129 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_ciphers]/Augeas[pe_nginx::directive for ssl_ciphers]/returns: executed successfully
  2017-08-02 16:22:11,161 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_protocols]/Augeas[pe_nginx::directive for ssl_protocols]/returns: executed successfully
  2017-08-02 16:22:11,191 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_dhparam]/Augeas[pe_nginx::directive for ssl_dhparam]/returns: executed successfully
  2017-08-02 16:22:11,222 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_verify_client]/Augeas[pe_nginx::directive for ssl_verify_client]/returns: executed successfully
  2017-08-02 16:22:11,254 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_verify_depth]/Augeas[pe_nginx::directive for ssl_verify_depth]/returns: executed successfully
  2017-08-02 16:22:11,284 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_session_timeout]/Augeas[pe_nginx::directive for ssl_session_timeout]/returns: executed successfully
  2017-08-02 16:22:11,315 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[ssl_session_cache]/Augeas[pe_nginx::directive for ssl_session_cache]/returns: executed successfully
  2017-08-02 16:22:11,347 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[proxy_pass]/Augeas[pe_nginx::directive for proxy_pass]/returns: executed successfully
  2017-08-02 16:22:11,378 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[proxy_redirect]/Augeas[pe_nginx::directive for proxy_redirect]/returns: executed successfully
  2017-08-02 16:22:11,410 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[proxy_read_timeout]/Augeas[pe_nginx::directive for proxy_read_timeout]/returns: executed successfully
  2017-08-02 16:22:11,443 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[proxy_set_header x-ssl-subject]/Augeas[pe_nginx::directive for proxy_set_header x-ssl-subject]/returns: executed successfully
  2017-08-02 16:22:11,475 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[proxy_set_header x-client-dn]/Augeas[pe_nginx::directive for proxy_set_header x-client-dn]/returns: executed successfully
  2017-08-02 16:22:11,506 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[proxy_set_header x-client-verify]/Augeas[pe_nginx::directive for proxy_set_header x-client-verify]/returns: executed successfully
  2017-08-02 16:22:11,537 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Proxy/Pe_nginx::Directive[proxy_set_header x-forwarded-for]/Augeas[pe_nginx::directive for proxy_set_header x-forwarded-for]/returns: executed successfully
  2017-08-02 16:22:11,711 - [Notice]: /Stage[main]/Pe_nginx/Service[pe-nginx]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:22:11,717 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[certificate-authority-service]/Pe_concat[/etc/puppetlabs/puppetserver/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg]/ensure: created
  2017-08-02 16:22:11,726 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[certificate-authority-service]/Pe_concat[/etc/puppetlabs/puppetserver/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments]/ensure: created
  2017-08-02 16:22:11,731 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[certificate-authority-service]/Pe_concat[/etc/puppetlabs/puppetserver/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments.concat]/ensure: created
  2017-08-02 16:22:11,735 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[certificate-authority-service]/Pe_concat[/etc/puppetlabs/puppetserver/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments.concat.out]/ensure: created
  2017-08-02 16:22:11,742 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[certificate-authority-service]/Pe_concat::Fragment[puppetserver certificate-authority-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver certificate-authority-service]/ensure: defined content as '{md5}386c6767f62267ecd4c8ebbf38205b91'
  2017-08-02 16:22:11,749 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[puppetserver:master jetty9-service]/Pe_concat::Fragment[puppetserver jetty9-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver jetty9-service]/ensure: defined content as '{md5}9ad7a87cc2b4b19be088e8307c55a9fe'
  2017-08-02 16:22:11,757 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[pe-master-service]/Pe_concat::Fragment[puppetserver pe-master-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver pe-master-service]/ensure: defined content as '{md5}cf957034fe8f6f43bc3ee7f51c5ade11'
  2017-08-02 16:22:11,764 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[request-handler-service]/Pe_concat::Fragment[puppetserver request-handler-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver request-handler-service]/ensure: defined content as '{md5}293dd489b96822c81b6b2cf74fbb420e'
  2017-08-02 16:22:11,773 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[jruby-puppet-pooled-service]/Pe_concat::Fragment[puppetserver jruby-puppet-pooled-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver jruby-puppet-pooled-service]/ensure: defined content as '{md5}6ab00d0cb043bdc78de452e0c9410fd5'
  2017-08-02 16:22:11,780 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[jruby-pool-manager-service]/Pe_concat::Fragment[puppetserver jruby-pool-manager-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver jruby-pool-manager-service]/ensure: defined content as '{md5}98be696c338e8326bbf2fc5620089984'
  2017-08-02 16:22:11,787 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[metrics-puppet-profiler-service]/Pe_concat::Fragment[puppetserver metrics-puppet-profiler-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver metrics-puppet-profiler-service]/ensure: defined content as '{md5}65ead768de3372c4e0dc0413386736f7'
  2017-08-02 16:22:11,793 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[pe-metrics-service]/Pe_concat::Fragment[puppetserver pe-metrics-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver pe-metrics-service]/ensure: defined content as '{md5}99a6354ce0d6abfbcaa02e763ff3bd3e'
  2017-08-02 16:22:11,800 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[puppet-server-config-service]/Pe_concat::Fragment[puppetserver puppet-server-config-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver puppet-server-config-service]/ensure: defined content as '{md5}2ae1c78b8a39d5e5e4fec6cdbfec4093'
  2017-08-02 16:22:11,807 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[puppet-admin-service]/Pe_concat::Fragment[puppetserver puppet-admin-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver puppet-admin-service]/ensure: defined content as '{md5}4557e6371b9fde9075e3fe3f0fceb064'
  2017-08-02 16:22:11,814 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[webrouting-service]/Pe_concat::Fragment[puppetserver webrouting-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver webrouting-service]/ensure: defined content as '{md5}448493bf4fcaf3ff5620806789b924fc'
  2017-08-02 16:22:11,821 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[pe-legacy-routes-service]/Pe_concat::Fragment[puppetserver pe-legacy-routes-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver pe-legacy-routes-service]/ensure: defined content as '{md5}c7cc8f6a5215e69f3c828c19054a654e'
  2017-08-02 16:22:11,827 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[status-service]/Pe_concat::Fragment[puppetserver status-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver status-service]/ensure: defined content as '{md5}94a1afeaec9862224e0ea413660dc339'
  2017-08-02 16:22:11,834 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[authorization-service]/Pe_concat::Fragment[puppetserver authorization-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver authorization-service]/ensure: defined content as '{md5}8cc75be0a7bc287193015434f2332e0e'
  2017-08-02 16:22:11,841 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[scheduler-service]/Pe_concat::Fragment[puppetserver scheduler-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver scheduler-service]/ensure: defined content as '{md5}be34915aab4cd09c65eb9d5780bc9d72'
  2017-08-02 16:22:11,849 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[pe-jruby-metrics-service]/Pe_concat::Fragment[puppetserver pe-jruby-metrics-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver pe-jruby-metrics-service]/ensure: defined content as '{md5}93e77dfe22a761338b8c546be2bd9aaf'
  2017-08-02 16:22:11,866 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[analytics-service]/Pe_concat::Fragment[puppetserver analytics-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver analytics-service]/ensure: defined content as '{md5}fdcd435c26cc198ea37f6761a8ed31ec'
  2017-08-02 16:22:11,874 - [Notice]: /Stage[main]/Puppet_enterprise::Master::File_sync_disabled/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[versioned-code-service]/Pe_concat::Fragment[puppetserver versioned-code-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_puppetserver_bootstrap.cfg/fragments/10_puppetserver versioned-code-service]/ensure: defined content as '{md5}dd5596101640da3a9e8da3d5d9875960'
  2017-08-02 16:22:11,945 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[certificate-authority-service]/Pe_concat[/etc/puppetlabs/puppetserver/bootstrap.cfg]/Exec[pe_concat_/etc/puppetlabs/puppetserver/bootstrap.cfg]/returns: executed successfully
  2017-08-02 16:22:11,979 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[certificate-authority-service]/Pe_concat[/etc/puppetlabs/puppetserver/bootstrap.cfg]/Exec[pe_concat_/etc/puppetlabs/puppetserver/bootstrap.cfg]: Triggered 'refresh' from 20 events
  2017-08-02 16:22:11,989 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Master/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[certificate-authority-service]/Pe_concat[/etc/puppetlabs/puppetserver/bootstrap.cfg]/File[/etc/puppetlabs/puppetserver/bootstrap.cfg]/content: content changed '{md5}64a9c4ed7895e1aaa45c99b7a1c800fb' to '{md5}d8252157dd6e772f05f004859851a13e'
  2017-08-02 16:22:48,632 - [Notice]: /Stage[main]/Puppet_enterprise::Master::Puppetserver/Service[pe-puppetserver]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:22:48,697 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/Pe_puppet_authorization::Rule[pxp commands]/Pe_puppet_authorization_hocon_rule[rule-pxp commands]/ensure: created
  2017-08-02 16:22:48,750 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/Pe_puppet_authorization::Rule[inventory request]/Pe_puppet_authorization_hocon_rule[rule-inventory request]/ensure: created
  2017-08-02 16:22:48,809 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/Pe_puppet_authorization::Rule[multi-cast with destination_report]/Pe_puppet_authorization_hocon_rule[rule-multi-cast with destination_report]/ensure: created
  2017-08-02 16:22:48,878 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/Pe_puppet_authorization::Rule[pcp-broker message]/Pe_puppet_authorization_hocon_rule[rule-pcp-broker message]/ensure: created
  2017-08-02 16:22:48,921 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services webrouting-service]/Pe_concat[/etc/puppetlabs/orchestration-services/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg]/ensure: created
  2017-08-02 16:22:48,931 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services webrouting-service]/Pe_concat[/etc/puppetlabs/orchestration-services/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments]/ensure: created
  2017-08-02 16:22:48,937 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services webrouting-service]/Pe_concat[/etc/puppetlabs/orchestration-services/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments.concat]/ensure: created
  2017-08-02 16:22:48,942 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services webrouting-service]/Pe_concat[/etc/puppetlabs/orchestration-services/bootstrap.cfg]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments.concat.out]/ensure: created
  2017-08-02 16:22:48,979 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services webrouting-service]/Pe_concat::Fragment[orchestration-services webrouting-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments/10_orchestration-services webrouting-service]/ensure: defined content as '{md5}448493bf4fcaf3ff5620806789b924fc'
  2017-08-02 16:22:49,003 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services:orchestrator orchestrator-service]/Pe_concat::Fragment[orchestration-services orchestrator-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments/10_orchestration-services orchestrator-service]/ensure: defined content as '{md5}1600c149c2cda3ba35f0ff34e43a1e10'
  2017-08-02 16:22:49,012 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services:orchestrator status-service]/Pe_concat::Fragment[orchestration-services status-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments/10_orchestration-services status-service]/ensure: defined content as '{md5}94a1afeaec9862224e0ea413660dc339'
  2017-08-02 16:22:49,021 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services:orchestrator metrics-service]/Pe_concat::Fragment[orchestration-services metrics-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments/10_orchestration-services metrics-service]/ensure: defined content as '{md5}33dfd879076c65157a5eb65df1b6937c'
  2017-08-02 16:22:49,029 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services:orchestrator jetty9-service]/Pe_concat::Fragment[orchestration-services jetty9-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments/10_orchestration-services jetty9-service]/ensure: defined content as '{md5}9ad7a87cc2b4b19be088e8307c55a9fe'
  2017-08-02 16:22:49,037 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Orchestrator[orchestration-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services:orchestrator remote-rbac-consumer-service]/Pe_concat::Fragment[orchestration-services remote-rbac-consumer-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments/10_orchestration-services remote-rbac-consumer-service]/ensure: defined content as '{md5}82a1aef13f1443e8473a84e7203ecae7'
  2017-08-02 16:22:49,046 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services:pcp-broker broker-service]/Pe_concat::Fragment[orchestration-services broker-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments/10_orchestration-services broker-service]/ensure: defined content as '{md5}43463e041863acc7dcf2fba7dcce301e'
  2017-08-02 16:22:49,055 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Pcp_broker[orchestration-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services:pcp-broker authorization-service]/Pe_concat::Fragment[orchestration-services authorization-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_orchestration-services_bootstrap.cfg/fragments/10_orchestration-services authorization-service]/ensure: defined content as '{md5}8cc75be0a7bc287193015434f2332e0e'
  2017-08-02 16:22:49,181 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services webrouting-service]/Pe_concat[/etc/puppetlabs/orchestration-services/bootstrap.cfg]/Exec[pe_concat_/etc/puppetlabs/orchestration-services/bootstrap.cfg]/returns: executed successfully
  2017-08-02 16:22:49,242 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services webrouting-service]/Pe_concat[/etc/puppetlabs/orchestration-services/bootstrap.cfg]/Exec[pe_concat_/etc/puppetlabs/orchestration-services/bootstrap.cfg]: Triggered 'refresh' from 10 events
  2017-08-02 16:22:49,253 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[orchestration-services webrouting-service]/Pe_concat[/etc/puppetlabs/orchestration-services/bootstrap.cfg]/File[/etc/puppetlabs/orchestration-services/bootstrap.cfg]/content: content changed '{md5}801a183345d4debd78aa617d3eb0744f' to '{md5}fd30b5e4742f4a48c419fc0b55e4ed3f'
  2017-08-02 16:23:23,057 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Orchestrator/Service[pe-orchestration-services]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:23:23,068 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:activity activity-service]/Pe_concat::Fragment[console-services activity-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services activity-service]/ensure: defined content as '{md5}47afd4109a470e8c8efd0c1f57bffcae'
  2017-08-02 16:23:23,083 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Activity[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:activity jetty9-service]/Pe_concat::Fragment[console-services jetty9-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services jetty9-service]/ensure: defined content as '{md5}9ad7a87cc2b4b19be088e8307c55a9fe'
  2017-08-02 16:23:23,093 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:rbac rbac-service]/Pe_concat::Fragment[console-services rbac-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services rbac-service]/ensure: defined content as '{md5}6fef98df31db6afd6a8a2dba78b0bfb7'
  2017-08-02 16:23:23,102 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:rbac rbac-storage-service]/Pe_concat::Fragment[console-services rbac-storage-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services rbac-storage-service]/ensure: defined content as '{md5}aa75d3801ed8495a3529208c1aed924a'
  2017-08-02 16:23:23,110 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:rbac rbac-http-api-service]/Pe_concat::Fragment[console-services rbac-http-api-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services rbac-http-api-service]/ensure: defined content as '{md5}149d240e484608065f0972ba80f84819'
  2017-08-02 16:23:23,119 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:rbac rbac-authn-middleware]/Pe_concat::Fragment[console-services rbac-authn-middleware]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services rbac-authn-middleware]/ensure: defined content as '{md5}3bd93e27c6743c13679198b2ff29cac8'
  2017-08-02 16:23:23,127 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Rbac[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:rbac activity-reporting-service]/Pe_concat::Fragment[console-services activity-reporting-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services activity-reporting-service]/ensure: defined content as '{md5}58898605473f84d60e4361d03d7aa563'
  2017-08-02 16:23:23,136 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console/Puppet_enterprise::Trapperkeeper::Classifier[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:classifier classifier-service]/Pe_concat::Fragment[console-services classifier-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services classifier-service]/ensure: defined content as '{md5}d2c65d98b4816220822fa8be98fd56fb'
  2017-08-02 16:23:23,147 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:console webrouting-service]/Pe_concat::Fragment[console-services webrouting-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services webrouting-service]/ensure: defined content as '{md5}448493bf4fcaf3ff5620806789b924fc'
  2017-08-02 16:23:23,155 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:console rbac-consumer-service]/Pe_concat::Fragment[console-services rbac-consumer-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services rbac-consumer-service]/ensure: defined content as '{md5}4ef6bf61fc2d120a6e0477a64e8e23b0'
  2017-08-02 16:23:23,161 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:console rbac-status-service]/Pe_concat::Fragment[console-services rbac-status-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services rbac-status-service]/ensure: defined content as '{md5}bf6ade9c8cd2984f1066dd397a0dbd54'
  2017-08-02 16:23:23,169 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:console rbac-authn-service]/Pe_concat::Fragment[console-services rbac-authn-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services rbac-authn-service]/ensure: defined content as '{md5}e6b019ab7145ccfaf20c64038517db43'
  2017-08-02 16:23:23,175 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:console rbac-authz-service]/Pe_concat::Fragment[console-services rbac-authz-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services rbac-authz-service]/ensure: defined content as '{md5}8cd2301f3705cf1c6d073c1c9854b59d'
  2017-08-02 16:23:23,182 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:console pe-console-ui-service]/Pe_concat::Fragment[console-services pe-console-ui-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services pe-console-ui-service]/ensure: defined content as '{md5}977888cb59bad06f4d57954dd9c1130e'
  2017-08-02 16:23:23,189 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:console pe-console-auth-ui-service]/Pe_concat::Fragment[console-services pe-console-auth-ui-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services pe-console-auth-ui-service]/ensure: defined content as '{md5}ede73330af7d192d4bddd18b629ec283'
  2017-08-02 16:23:23,196 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Puppet_enterprise::Trapperkeeper::Console_services[console-services]/Puppet_enterprise::Trapperkeeper::Bootstrap_cfg[console-services:console status-service]/Pe_concat::Fragment[console-services status-service]/File[/opt/puppetlabs/puppet/cache/pe_concat/_etc_puppetlabs_console-services_bootstrap.cfg/fragments/10_console-services status-service]/ensure: defined content as '{md5}94a1afeaec9862224e0ea413660dc339'
  2017-08-02 16:23:23,267 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/Exec[pe_concat_/etc/puppetlabs/console-services/bootstrap.cfg]/returns: executed successfully
  2017-08-02 16:23:23,300 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/Exec[pe_concat_/etc/puppetlabs/console-services/bootstrap.cfg]: Triggered 'refresh' from 18 events
  2017-08-02 16:23:23,311 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/File[/etc/puppetlabs/console-services/bootstrap.cfg]/content: content changed '{md5}0ae0b3991ec92ca03bb5f9ecf7f32ea2' to '{md5}f31b2b0b39a5232da0ba36c893bfcef2'
  2017-08-02 16:23:23,311 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/File[/etc/puppetlabs/console-services/bootstrap.cfg]/owner: owner changed 'root' to 'pe-console-services'
  2017-08-02 16:23:23,312 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/File[/etc/puppetlabs/console-services/bootstrap.cfg]/group: group changed 'root' to 'pe-console-services'
  2017-08-02 16:23:23,312 - [Notice]: /Stage[main]/Puppet_enterprise::Profile::Console::Console_services_config/Pe_concat[/etc/puppetlabs/console-services/bootstrap.cfg]/File[/etc/puppetlabs/console-services/bootstrap.cfg]/mode: mode changed '0644' to '0640'
  2017-08-02 16:23:54,834 - [Notice]: /Stage[main]/Puppet_enterprise::Console_services/Service[pe-console-services]/ensure: ensure changed 'stopped' to 'running'
  2017-08-02 16:24:03,254 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE Infrastructure]/ensure: created
  2017-08-02 16:24:03,518 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE Certificate Authority]/ensure: created
  2017-08-02 16:24:03,740 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE Master]/ensure: created
  2017-08-02 16:24:03,950 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE ActiveMQ Broker]/ensure: created
  2017-08-02 16:24:04,139 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE Orchestrator]/ensure: created
  2017-08-02 16:24:04,302 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE Console]/ensure: created
  2017-08-02 16:24:04,457 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE PuppetDB]/ensure: created
  2017-08-02 16:24:04,572 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE MCollective]/ensure: created
  2017-08-02 16:24:04,665 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[PE Agent]/ensure: created
  2017-08-02 16:24:04,757 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[Production environment]/ensure: created
  2017-08-02 16:24:04,867 - [Notice]: /Stage[main]/Pe_install::Install::Classification/Pe_node_group[Agent-specified environment]/ensure: created
  2017-08-02 16:24:06,471 - [Notice]: /Stage[main]/Pe_install::Install/Exec[set console admin password]/returns: executed successfully
  2017-08-02 16:24:07,133 - [Notice]: Applied catalog in 276.96 seconds
  * /opt/puppetlabs/puppet/bin/puppet enterprise configure  --detailed-exitcodes --modulepath /opt/puppetlabs/server/data/enterprise/modules --no-noop
  * returned: 2

  ## Puppet Enterprise configuration complete!

  Documentation: https://docs.puppet.com/pe/2016.4/index.html
  Release notes: https://docs.puppet.com/pe/2016.4/release_notes.html

  If this is a monolithic configuration, run 'puppet agent -t' to
  complete the setup of this system.

  If this is a split configuration, install or upgrade the remaining
  PE components, and then run puppet agent -t on the Puppet master,
  PuppetDB, and PE console, in that order.
  /tmp/2017-08-02_10.55.46.nmeNdi/puppet-enterprise-2016.4.6-el-7-x86_64

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 302.81 seconds

* Setup frictionless installer on the master

* Install agents
  Attempting to execute against an empty array of hosts ([], filtered to []), no execution will occur

* Sign agent certificates

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:24:09$ puppet cert --sign --all --allow-dns-alt-names
    Error: No waiting certificate requests to sign

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 1.82 seconds
  Exited: 24

* Stop puppet agents to avoid interfering with tests

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:24:11$ puppet agent --configprint vardir
    /opt/puppetlabs/puppet/cache

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 1.03 seconds

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:24:12$ test -e /opt/puppetlabs/puppet/cache/state/agent_catalog_run.lock

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.17 seconds
  Exited: 1

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:24:12$ puppet resource service puppet ensure=stopped
    Notice: /Service[puppet]/ensure: ensure changed 'running' to 'stopped'
    service { 'puppet':
      ensure => 'stopped',
    }

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 1.77 seconds
  ssh connection to puppet has been terminated

* Run puppet to setup mcollective and pxp-agent

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:24:14$ puppet agent -t
    Attempting ssh connection to 54.70.211.75, user: root, opts: {:config=>false, :paranoid=>false, :auth_methods=>["publickey"], :port=>22, :forward_agent=>true, :keys=>"~/.ssh/id_rsa", :user_known_hosts_file=>"/Users/abrader/.ssh/known_hosts", :keepalive=>true, :logger=>#<Logger:0x007fc645f85be8 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x007fc645f85b98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x007fc645f85b48 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x007fc645f85ad0>>>, :password_prompt=>#<Net::SSH::Prompt:0x007fc645f858f0>, :user=>"root"}
    Info: Using configured environment 'production'
    Info: Retrieving pluginfacts
    Info: Retrieving plugin
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/aio_agent_build.rb]/ensure: defined content as '{md5}cdcc1ff07bc245c66cc1d46be56b3af5'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/aio_agent_version.rb]/ensure: defined content as '{md5}d05c8cbf788f47d33efd46a935dda61e'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/pe_build.rb]/ensure: defined content as '{md5}ee54c728457b32d6622c3985448918fa'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/pe_concat_basedir.rb]/ensure: defined content as '{md5}0ccd3500f29b9dd346a45a61268c7c18'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/pe_razor_server_version.rb]/ensure: defined content as '{md5}ec91d8b92e03d5f952c789308d26dcd0'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/pe_server_version.rb]/ensure: defined content as '{md5}17c2795fe8a56b731ae0fc81ba147e6a'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/pe_version.rb]/ensure: defined content as '{md5}b0cd9b5b3fed73bc0d6424d8ac1d6639'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/platform_symlink_writable.rb]/ensure: defined content as '{md5}fc1e2766ff9994fa5df95cdc14b9bcd2'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/platform_tag.rb]/ensure: defined content as '{md5}ba51554600d31251f66baaf81b00639a'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/puppet_files_dir_present.rb]/ensure: defined content as '{md5}3900e124be2f377638dd1522079856bf'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/staging_http_get.rb]/ensure: defined content as '{md5}2c27beb47923ce3acda673703f395e68'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/facter/windows.rb]/ensure: defined content as '{md5}d8880f6f32905f040f3355e2a40cf088'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/hiera]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/hiera/backend]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/hiera/backend/hocon_backend.rb]/ensure: defined content as '{md5}47ff267a77a66b85dd98258c6e08a127'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/application]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/application/enterprise.rb]/ensure: defined content as '{md5}564fdb4a3c24332a5a54f0c99f9f1784'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face/enterprise]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face/enterprise.rb]/ensure: defined content as '{md5}b892b81cff620450ab429ad7c2a3c4e7'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face/enterprise/configure.rb]/ensure: defined content as '{md5}5edbed58b6b0611544a791b44b30d2a1'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face/enterprise/recover_configuration.rb]/ensure: defined content as '{md5}7236a2b1f1088c4ced006193106eafce'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face/enterprise/support.rb]/ensure: defined content as '{md5}a20bc99db02ada2e800d9bb5756578c0'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face/enterprise/uninstall.rb]/ensure: defined content as '{md5}9f6d6c367a7d7f939b084ad5fbdfbfb7'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face/node]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/face/node/purge.rb]/ensure: defined content as '{md5}d6489ee09518a93ef83ba877aaf58556'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/feature]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/feature/pe_hocon.rb]/ensure: defined content as '{md5}bbd4eca7117850bcef6f3be059cf250c'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/feature/pe_puppet_authorization.rb]/ensure: defined content as '{md5}c673198b8d2117318558170c0a7f5ced'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/meep_function.rb]/ensure: defined content as '{md5}f2515fdefbdeb1f9c8ea376983a53018'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_infrastructure]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_infrastructure/data.rb]/ensure: defined content as '{md5}cd7ff9c440206ae723595d05b8e8ebc0'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_infrastructure_nodes.rb]/ensure: defined content as '{md5}9ff0caba835d0a5888cfc22bb9aad008'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_is_infrastructure.rb]/ensure: defined content as '{md5}64a8e3c34d07088c21ceb297c49495bb'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_is_meep_master.rb]/ensure: defined content as '{md5}87a5ce6d70fa360c190daef95ef0c70b'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_is_node_a.rb]/ensure: defined content as '{md5}415723ed8e0d86a297a675d601474024'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_certificate_authority_nodes.rb]/ensure: defined content as '{md5}28a991a9f3723810c4104d8e5c7d631b'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_compile_master_nodes.rb]/ensure: defined content as '{md5}d8772d3dc4c5a440156e630b83fd1435'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_console_nodes.rb]/ensure: defined content as '{md5}263fe5d548f12a50c00931c35f487a45'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_database_nodes.rb]/ensure: defined content as '{md5}947657ddb73d0f5682fe48684cde2bd5'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_enabled_replica_nodes.rb]/ensure: defined content as '{md5}a84b12bb067504db565b549654640aa7'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_mco_broker_nodes.rb]/ensure: defined content as '{md5}f2405633c529c4e35e4de5131706ebe4'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_mco_hub_nodes.rb]/ensure: defined content as '{md5}731ec7ae6fa35516563ee5aa114c180f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_orchestrator_nodes.rb]/ensure: defined content as '{md5}d6907d11986d3ae2d16a8455b4522e6d'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_primary_master_nodes.rb]/ensure: defined content as '{md5}37c2bae5b5125f08a0713e54d6cb8fdc'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_provisioned_replica_nodes.rb]/ensure: defined content as '{md5}3b907e0df419f6ef8e69ddc8a66f6a6c'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_list_puppetdb_nodes.rb]/ensure: defined content as '{md5}78f889b8d79af5ff7b9d4209e9de6b34'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_meep_is_executing.rb]/ensure: defined content as '{md5}ec8a36c29801823c000516ae9397a028'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_meep_master.rb]/ensure: defined content as '{md5}228486b7557071418ff0da1ddff64e95'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_role.rb]/ensure: defined content as '{md5}3e53d875ae455e904cbcbb4cfca77afc'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/pe_services_list.rb]/ensure: defined content as '{md5}749622b46068115a70cf1de7a1e693bd'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/indirector]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/indirector/data_binding]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/indirector/data_binding/enterprise.rb]/ensure: defined content as '{md5}f3ec59daf89b535c87c732321fbb480e'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/indirector/node]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/indirector/node/enterprise.rb]/ensure: defined content as '{md5}cc6d00c3af681562905e8898ac88a26e'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/build_mcollective_metadata_cron_minute_array.rb]/ensure: defined content as '{md5}d657907920f0d58902578b23b93a7aab'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/cookie_secret_key.rb]/ensure: defined content as '{md5}a1a48191d1f0cb934b0c63d8fec70566'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/create_java_args_subsettings_hash.rb]/ensure: defined content as '{md5}b54be02c9f0b0eeee699764df57a2db3'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/generate_password.rb]/ensure: defined content as '{md5}2b764a497450dee3e8c8ebc1f0826683'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/get_hiera_overrides.rb]/ensure: defined content as '{md5}e9430b1d16dfbf5f4ad7456968be5696'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_any2array.rb]/ensure: defined content as '{md5}3384ea4d25dc66d898717c9ca6bb5507'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_bool2str.rb]/ensure: defined content as '{md5}f6189451331df6fd24ec69d7cdc76abe'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_build_version.rb]/ensure: defined content as '{md5}cc956210f4ef17fb396513dffdee1ed7'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_chomp.rb]/ensure: defined content as '{md5}b4f0cb35578710dc4ac315d35e9571a2'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_clamp.rb]/ensure: defined content as '{md5}7c6a1df933db3550b68476588b112ebb'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_compile_master.rb]/ensure: defined content as '{md5}73a4baa192f4461b5d82856094bc6ffb'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_compiling_server_aio_build.rb]/ensure: defined content as '{md5}d01e0cac62411df5140da0956a79544c'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_compiling_server_version.rb]/ensure: defined content as '{md5}dfa2285cae91d2985408274b24692d69'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_concat_getparam.rb]/ensure: defined content as '{md5}46df3de760f918b120fb2254f85eff2a'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_concat_is_bool.rb]/ensure: defined content as '{md5}b511d7545ede5abae00951199b67674d'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_count.rb]/ensure: defined content as '{md5}eba067719da25b908662eec256ebc9b4'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_create_amq_augeas_command.rb]/ensure: defined content as '{md5}a62e6f52c8a5bdc002436dc6c292fd48'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_current_server_version.rb]/ensure: defined content as '{md5}f08526ad8a79c173dc0759584fb2e397'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_delete_undef_values.rb]/ensure: defined content as '{md5}c25bbcdfc6bca2d219e5f42f3eb8fa0b'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_directory_exists.rb]/ensure: defined content as '{md5}18df1a47e5e04af8278b937953bf3179'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_empty.rb]/ensure: defined content as '{md5}f2ff6f47ada9aed7e0ef037c374f3c89'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_flatten.rb]/ensure: defined content as '{md5}c781954451d1860ca8f63fd6d2b6cf76'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_format_urls.rb]/ensure: defined content as '{md5}b03ddf9f0600bc0122dfe3ba814c3ba7'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_formatted_date.rb]/ensure: defined content as '{md5}cffffc7c46ceaef609fd06764abc664d'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_getvar.rb]/ensure: defined content as '{md5}f445be97e6541d0ae577ea5450479067'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_grep.rb]/ensure: defined content as '{md5}ae92a94aa1c964ff2af58d74df115af8'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_is_array.rb]/ensure: defined content as '{md5}b451e133e015fc7e8dc4dcfdf059a8d8'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_is_bool.rb]/ensure: defined content as '{md5}2dfe2be70aaff951b59e9fba3e85aa5d'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_is_integer.rb]/ensure: defined content as '{md5}a410ba3f3586b7df90e532b2eb99da37'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_is_string.rb]/ensure: defined content as '{md5}5fe6741e70f2bbb93a0ae43d233eeebc'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_join.rb]/ensure: defined content as '{md5}4f433ea29dffc79247671fb4271d0a10'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_join_keys_to_values.rb]/ensure: defined content as '{md5}3066c3bd5e181a996729691a57cf3d21'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_keystore_password.rb]/ensure: defined content as '{md5}b466497331bf40af23b1405a3413b74b'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_loadyaml.rb]/ensure: defined content as '{md5}6adef0c167fbe0167a8e7aec7c65317b'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_max.rb]/ensure: defined content as '{md5}e04acd17070545133c83ec5a0e11c022'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_merge.rb]/ensure: defined content as '{md5}0971d635342b84a3a5c5a40ac36d9807'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_min.rb]/ensure: defined content as '{md5}e6d2b8c614168f4224e3f76f32d9f9cb'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_pick.rb]/ensure: defined content as '{md5}06b3a9e63faf3ca5d64c65fa14803cdf'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_pick_default.rb]/ensure: defined content as '{md5}82a6cfd4e36ce7f6fa421f4d7673a4f5'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_postgresql_acls_to_resources_hash.rb]/ensure: defined content as '{md5}851d972daf92e9e0600f8991a15311be'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_postgresql_escape.rb]/ensure: defined content as '{md5}cc58b659957328d9577336353bc246b2'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_postgresql_password.rb]/ensure: defined content as '{md5}72c33c3b7e4a6e8128fbb0a52bf30282'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_prefix.rb]/ensure: defined content as '{md5}554fcaf9362a544f91bb192047dd5341'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_puppetserver_static_content_list.rb]/ensure: defined content as '{md5}3955ef0b5cd765be892a3043386cf91f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_servername.rb]/ensure: defined content as '{md5}c60209498856941f6f794d4c3cfb5d1f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_shell_escape.rb]/ensure: defined content as '{md5}d394a72c7309fab458d3efd8625cab87'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_size.rb]/ensure: defined content as '{md5}876097c7df6d07296524bb2236f60a1d'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_sort.rb]/ensure: defined content as '{md5}26047743025f2fdcf5e7b5420d5382ea'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_strip.rb]/ensure: defined content as '{md5}8d60a607f04fc6622eca8ae46e2fef2f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_suffix.rb]/ensure: defined content as '{md5}a44749c5ef30e258866cb18fd83f77d2'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_to_bytes.rb]/ensure: defined content as '{md5}6ee36cabe336db4c281c7d3b1b1d771e'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_union.rb]/ensure: defined content as '{md5}da3ea966f5468bbdb8420975576d4a3f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_unique.rb]/ensure: defined content as '{md5}5edb2c537d80f003d71a250bf203c79e'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_upcase.rb]/ensure: defined content as '{md5}4ea67e96c4da45092fb70fcdf1f0692f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_validate_absolute_path.rb]/ensure: defined content as '{md5}d4bd539a3d7db93d4563cbbe571a16ac'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_validate_array.rb]/ensure: defined content as '{md5}0ab10b81de351aa9f6114c1880cc7155'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_validate_bool.rb]/ensure: defined content as '{md5}4a74954e0502837f11d2eadedb71bc1f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_validate_hash.rb]/ensure: defined content as '{md5}36a223b1648dec8cb30fd229e3bb74c6'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_validate_re.rb]/ensure: defined content as '{md5}bccac35a2607bf15f1e7d1c565c1d98b'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_validate_single_integer.rb]/ensure: defined content as '{md5}ef8c455e5d58954bc4e78e36534a340c'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_validate_string.rb]/ensure: defined content as '{md5}c4d83c3ef14c2e3e47c4408d49c22437'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/pe_zip.rb]/ensure: defined content as '{md5}77f42491eaa279803a36b02601206b33'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/platform_tag_to_pe_repo_class.rb]/ensure: defined content as '{md5}182458a530b0d756c56b7f27772ef1da'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/scope_defaults.rb]/ensure: defined content as '{md5}da916d46f3ff3be8359f75c93c2b5532'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parser/functions/staging_parse.rb]/ensure: defined content as '{md5}605c4de803c65f2c3613653b68921002'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_file_line]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_file_line/ruby.rb]/ensure: defined content as '{md5}79d77c28f8a311684aceec3e08c1a084'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_hocon_setting]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_hocon_setting/ruby.rb]/ensure: defined content as '{md5}c0bad8a42357896675e209aab7ee6a0d'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_ini_setting]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_ini_setting/ruby.rb]/ensure: defined content as '{md5}d0520f108a6f0e55320a97f8285a0843'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_ini_subsetting]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_ini_subsetting/ruby.rb]/ensure: defined content as '{md5}7245892fe493f361b4f2fb34188e71db'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_java_ks]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_java_ks/keytool.rb]/ensure: defined content as '{md5}82958606d52df27b1367cca6f2150e9f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_node_group]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_node_group/ruby.rb]/ensure: defined content as '{md5}501ce689fa53b27521526b63937cb109'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_postgresql_conf]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_postgresql_conf/parsed.rb]/ensure: defined content as '{md5}f0e7fc6f14420d46ebf64635939243af'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_postgresql_psql]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_postgresql_psql/ruby.rb]/ensure: defined content as '{md5}68b0e90ab501fc36b821c4c27c74fb17'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_puppet_authorization_hocon_rule]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/pe_puppet_authorization_hocon_rule/ruby.rb]/ensure: defined content as '{md5}1aaaa7466dc6d830cb25332cc2910c07'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_anchor.rb]/ensure: defined content as '{md5}5505f2e5850c0dd2e56583d214baf197'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_file_line.rb]/ensure: defined content as '{md5}85e75d7da76e588bcea237275e32783f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_hocon_setting.rb]/ensure: defined content as '{md5}204b2889d1c6db8f986f02ed17239ef5'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_ini_setting.rb]/ensure: defined content as '{md5}5a6ac7186c2c2be8008f128a971b104e'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_ini_subsetting.rb]/ensure: defined content as '{md5}022dc2b30ed8daa8ce2226017bc95a38'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_java_ks.rb]/ensure: defined content as '{md5}20b492b1d48d8afa9fc76ddb0efc6c10'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_node_group.rb]/ensure: defined content as '{md5}55387c659fc0ad5f5b98cc0d88f3b821'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_postgresql_conf.rb]/ensure: defined content as '{md5}140d5cb21ae1b8554f40c71f2b73b332'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_postgresql_psql.rb]/ensure: defined content as '{md5}ffabdb11eb481e45c76795195672436c'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/pe_puppet_authorization_hocon_rule.rb]/ensure: defined content as '{md5}2a9e64fd982a8c0b118d0ce803c92bfb'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/external_iterator.rb]/ensure: defined content as '{md5}69ad1eb930ca6d8d6b6faea343b4a22e'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_conf]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_conf.rb]/ensure: defined content as '{md5}5d47dd30a1393a934873b32ce901b63d'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_conf/recover]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_conf/recover.rb]/ensure: defined content as '{md5}81d819b608e0a82010ad5a7b722176e4'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_conf/recover/puppetdb.rb]/ensure: defined content as '{md5}35c02b463d34abfeedcc1547cee72453'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_conf/templates]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_conf/templates/common.conf.erb]/ensure: defined content as '{md5}92ea8b32db55098cea815d026a445853'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_ini_file]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_ini_file.rb]/ensure: defined content as '{md5}9ba01a79162a1d69ab8e90e725d07d3a'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_ini_file/section.rb]/ensure: defined content as '{md5}652d2b45e5defc13fb7989f020e6080f'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/pe_node_groups.rb]/ensure: defined content as '{md5}6247793ed9772e3a7c26e8e6f2e844f3'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/setting_value.rb]/ensure: defined content as '{md5}a649418f4c767d976f4bf13985575b3c'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/pem]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/pem/config.rb]/ensure: defined content as '{md5}76cb03867e50e57de03116c38835a593'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/pem/log]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/pem/log/destinations.rb]/ensure: defined content as '{md5}01a74fbe8ac4391d0c9c863523f47586'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/puppetlabs]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/puppetlabs/meep]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/puppetlabs/meep/config]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/puppetlabs/meep/config.rb]/ensure: defined content as '{md5}939433391bb849208ef760ef5ba770c0'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/puppetlabs/meep/config/modify.rb]/ensure: defined content as '{md5}d849b52da6a96901cf48f13ef7380a6d'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet_x/puppetlabs/meep/meep_scope.rb]/ensure: defined content as '{md5}a6af7e4ca161715f37ec9213bf23745a'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/shared]/ensure: created
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/shared/aio_build.rb]/ensure: defined content as '{md5}d0fe0c2b31687ea03c1ede01a460f3a0'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/shared/pe_build.rb]/ensure: defined content as '{md5}4f4652af20c4f0391b9ca2976940a710'
    Notice: /File[/opt/puppetlabs/puppet/cache/lib/shared/pe_server_version.rb]/ensure: defined content as '{md5}f3d3fc8776512ae73d3293c97b8f3dfe'
    Info: Loading facts
    Info: Caching catalog for ec2-54-70-211-75.us-west-2.compute.amazonaws.com
    Info: Applying configuration version '1501691063'
    Notice: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/mcollective-private.pem]/content: changed [redacted] to [redacted]
    Info: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/mcollective-private.pem]: Scheduling refresh of Service[mcollective]
    Notice: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/mcollective-public.pem]/content: content changed '{md5}d41d8cd98f00b204e9800998ecf8427e' to '{md5}af70f1b06848c01993944d2cdb341785'
    Info: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/mcollective-public.pem]: Scheduling refresh of Service[mcollective]
    Notice: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/clients/peadmin-public.pem]/content: content changed '{md5}d41d8cd98f00b204e9800998ecf8427e' to '{md5}b961afb6c1334ea65645b74a9659d105'
    Info: /Stage[main]/Puppet_enterprise::Mcollective::Server::Certs/File[/etc/puppetlabs/mcollective/ssl/clients/peadmin-public.pem]: Scheduling refresh of Service[mcollective]
    Notice: /Stage[main]/Puppet_enterprise::Mcollective::Service/Service[mcollective]: Triggered 'refresh' from 3 events
    Notice: /Stage[main]/Puppet_enterprise::Profile::Master::Mcollective/Puppet_enterprise::Master::Keypair[pe-internal-mcollective-servers]/File[pe-internal-mcollective-servers.cert.pem]/mode: mode changed '0644' to '0640'
    Notice: /Stage[main]/Puppet_enterprise::Profile::Master::Mcollective/Puppet_enterprise::Master::Keypair[pe-internal-mcollective-servers]/File[pe-internal-mcollective-servers.public_key.pem]/mode: mode changed '0644' to '0640'
    Notice: /Stage[main]/Puppet_enterprise::Profile::Master::Mcollective/Puppet_enterprise::Master::Keypair[pe-internal-puppet-console-mcollective-client]/File[pe-internal-puppet-console-mcollective-client.cert.pem]/ensure: defined content as '{md5}d41d8cd98f00b204e9800998ecf8427e'
    Notice: /Stage[main]/Puppet_enterprise::Profile::Master::Mcollective/Puppet_enterprise::Master::Keypair[pe-internal-puppet-console-mcollective-client]/File[pe-internal-puppet-console-mcollective-client.private_key.pem]/ensure: changed [redacted] to [redacted]
    Notice: /Stage[main]/Puppet_enterprise::Profile::Master::Mcollective/Puppet_enterprise::Master::Keypair[pe-internal-puppet-console-mcollective-client]/File[pe-internal-puppet-console-mcollective-client.public_key.pem]/ensure: defined content as '{md5}d41d8cd98f00b204e9800998ecf8427e'
    Notice: /Stage[main]/Puppet_enterprise::Profile::Master::Mcollective/Puppet_enterprise::Master::Keypair[pe-internal-peadmin-mcollective-client]/File[pe-internal-peadmin-mcollective-client.cert.pem]/mode: mode changed '0644' to '0640'
    Notice: /Stage[main]/Puppet_enterprise::Profile::Master::Mcollective/Puppet_enterprise::Master::Keypair[pe-internal-peadmin-mcollective-client]/File[pe-internal-peadmin-mcollective-client.public_key.pem]/mode: mode changed '0644' to '0640'
    Notice: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]/content: changed [redacted] to [redacted]
    Notice: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]/content: content changed '{md5}d41d8cd98f00b204e9800998ecf8427e' to '{md5}b961afb6c1334ea65645b74a9659d105'
    Notice: /Stage[main]/Puppet_enterprise::Profile::Mcollective::Peadmin/Puppet_enterprise::Mcollective::Client[peadmin]/Puppet_enterprise::Mcollective::Client::Certs[peadmin]/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]/content: content changed '{md5}d41d8cd98f00b204e9800998ecf8427e' to '{md5}af70f1b06848c01993944d2cdb341785'
    Notice: Applied catalog in 11.49 seconds

  ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 35.59 seconds
  Exited: 2
  Attempting to execute against an empty array of hosts ([], filtered to []), no execution will occur

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:24:49$ setenforce 0

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:24:49$ echo /etc/puppetlabs/code/modules
  /etc/puppetlabs/code/modules

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds
Using scp to transfer /Users/abrader/Google Drive/Work/vagrant/puppet-f5_rest to /etc/puppetlabs/code/modules/f5
localhost $ scp /Users/abrader/Google Drive/Work/vagrant/puppet-f5_rest puppet:/etc/puppetlabs/code/modules {:ignore => [".bundle", ".git", ".idea", ".vagrant", ".vendor", "vendor", "acceptance", "bundle", "spec", "tests", "log", ".svn", "junit", "pkg", "example", ".", ".."]}
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)\.svn(\/|\z))|((\/|\A)junit(\/|\z))|((\/|\A)pkg(\/|\z))|((\/|\A)example(\/|\z))|((\/|\A)\.(\/|\z))|((\/|\A)\.\.(\/|\z)))

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:49:42$ rm -rf /etc/puppetlabs/code/modules/f5

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:49:43$ mv /etc/puppetlabs/code/modules/puppet-f5_rest /etc/puppetlabs/code/modules/f5

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.15 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:49:43$ /bin/echo "nodes: 20" > /etc/puppetlabs/license.key

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.14 seconds
localhost $ scp /var/folders/nm/r2nbr_vx46bgtlm51xwcglh00000gn/T/beaker20170802-24818-1m7rfkh puppet:/etc/puppetlabs/puppet/device.conf {:ignore => }

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:49:43$ mkdir -p /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds
localhost $ scp /var/folders/nm/r2nbr_vx46bgtlm51xwcglh00000gn/T/beaker20170802-24818-1d6zp0r puppet:/etc/puppetlabs/code/environments/production/manifests/site.pp {:ignore => }

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:49:44$ chown -R pe-puppet:pe-puppet /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:49:44$ chmod -R 0755 /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:49:44$ puppet agent -t
  Info: Using configured environment 'production'
  Info: Retrieving pluginfacts
  Info: Retrieving plugin
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/feature/f5_device.rb]/ensure: defined content as '{md5}11b8892b39b4f5154160a4a85ca99cf7'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parameter]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/parameter/f5_name.rb]/ensure: defined content as '{md5}de42dd0bed203f4b9672495c9a25c490'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_address.rb]/ensure: defined content as '{md5}9a33881c4c6fdd07ae0665019667dc6d'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_availability_requirement.rb]/ensure: defined content as '{md5}96b6b6639d0df379b16ba3117f5074c2'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_connection_limit.rb]/ensure: defined content as '{md5}c7c0a1cb1ac1608e09020c61448f366a'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_connection_rate_limit.rb]/ensure: defined content as '{md5}f87f8909341bde2fc2a9206f7dd9101d'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_description.rb]/ensure: defined content as '{md5}86202940e732d9ee6cacb37c284327a8'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_health_monitors.rb]/ensure: defined content as '{md5}0e460c98c71d08dcdec7a3e69358a457'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_profile.rb]/ensure: defined content as '{md5}821c4e06d1be34e64ec533ac3751bf7d'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_ratio.rb]/ensure: defined content as '{md5}ddaa316dc46ef674a2e284f0caece413'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_state.rb]/ensure: defined content as '{md5}730480e554029c1967d2016c953fc3ee'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/property/f5_truthy.rb]/ensure: defined content as '{md5}7e0ce61f9f71b4d2f1129619ec78d8b3'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5.rb]/ensure: defined content as '{md5}68ef6a8b84c8b74220fc7ae98539f024'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_iapp]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_iapp/rest.rb]/ensure: defined content as '{md5}a596e32b9c1a47637256cea6428bcb58'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_irule]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_irule/rest.rb]/ensure: defined content as '{md5}ce8f2ce41b05102fa2bafd4ff30e9fc0'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/dummy.rb]/ensure: defined content as '{md5}27700d5cbd36cb2ec7e2d02b04383ef3'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/external.rb]/ensure: defined content as '{md5}547066b066408402ee4dd90decd898ab'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/gateway_icmp.rb]/ensure: defined content as '{md5}d757225316f94f5119a9e233973ee7e7'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/http.rb]/ensure: defined content as '{md5}4925300773918d319e5719000514ba6d'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/https.rb]/ensure: defined content as '{md5}c7a34bebb0d797b1183842130651fe34'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/icmp.rb]/ensure: defined content as '{md5}2febbc9372729477be93d8370dc71cf9'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/ldap.rb]/ensure: defined content as '{md5}e989f2e175d3150e5b1924791a470ad9'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/sip.rb]/ensure: defined content as '{md5}1de64316856d7288063c5e2efebc97c5'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/tcp.rb]/ensure: defined content as '{md5}1be8f2752670a0461c7e7a26401bb553'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/tcp_half.rb]/ensure: defined content as '{md5}bfc64b4edfa71e42afa6a4ad2e1cda14'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_monitor/udp.rb]/ensure: defined content as '{md5}a40e60749534386ff9e90d7b63b0e61c'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_node]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_node/rest.rb]/ensure: defined content as '{md5}e43e8980985154e1d08337bdd25da789'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_partition]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_partition/rest.rb]/ensure: defined content as '{md5}f4286437e4e86f078d7d390488a12b39'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_pool]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_pool/rest.rb]/ensure: defined content as '{md5}a750458392f27e351e7ceeb5eb4613a0'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_selfip]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_selfip/rest.rb]/ensure: defined content as '{md5}ff1da77b3c74e4577da1fc8948cda58f'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver.rb]/ensure: defined content as '{md5}3e9a8a0d66b9df549a4c445bc738850c'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver/dummy.rb]/ensure: defined content as '{md5}c6835b97879799f074e99eed6f816206'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver/forwarding_ip.rb]/ensure: defined content as '{md5}7d48cec7c912651f05189d3237486817'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver/forwarding_layer_2.rb]/ensure: defined content as '{md5}293c5180d1d4954c64576b704e25840e'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver/performance_http.rb]/ensure: defined content as '{md5}f14aa933e10c1a094dce8469ccae4d5f'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver/performance_l4.rb]/ensure: defined content as '{md5}d8c277a770018a865aca78bf48c0022c'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver/reject.rb]/ensure: defined content as '{md5}67885ffa182b65a6bd3c6cb1730abd67'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver/standard.rb]/ensure: defined content as '{md5}c7e8bf412c9d37e2d65565cf0ceb49ea'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_virtualserver/stateless.rb]/ensure: defined content as '{md5}768627a09cc0b29fc124e9c32412a880'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_vlan]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/provider/f5_vlan/rest.rb]/ensure: defined content as '{md5}14ec3b4ebf65b02ed71ac253f982b850'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_iapp.rb]/ensure: defined content as '{md5}e3bacaa9bc55599e9b414830f15f00d0'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_irule.rb]/ensure: defined content as '{md5}244c05844828d28687b7e2162bd83d72'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_monitor.rb]/ensure: defined content as '{md5}8f55b89f0aa7b0adc2dc436b2a2ea1ec'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_node.rb]/ensure: defined content as '{md5}335437e6c4124e082570c1ac70032feb'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_partition.rb]/ensure: defined content as '{md5}7c9743985d62bea665ff1d04efd1581c'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_pool.rb]/ensure: defined content as '{md5}1ab5a119740210fb7b2a93c81d9c1b97'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_selfip.rb]/ensure: defined content as '{md5}df2cff03995ff0381f1e827587df5853'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_virtualserver.rb]/ensure: defined content as '{md5}e296abdcaaf6da4aeed977d6ee406ab4'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/f5_vlan.rb]/ensure: defined content as '{md5}f608799f94f5a3ee25b7233ba69630dc'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/network_device]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/network_device/f5]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/network_device/f5.rb]/ensure: defined content as '{md5}df9aecad502930a2664bfe4300dce674'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/network_device/f5/device.rb]/ensure: defined content as '{md5}fb1e3559328a2653a81a84a9801fcb1b'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/network_device/f5/facts.rb]/ensure: defined content as '{md5}e5d68f0567c99d2261ea33f1e83a1dca'
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/network_device/transport]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/util/network_device/transport/f5.rb]/ensure: defined content as '{md5}d5961e60f9322c9ac6f16fbc387ecea4'
  Info: Loading facts
  Info: Caching catalog for ec2-54-70-211-75.us-west-2.compute.amazonaws.com
  Info: Applying configuration version '1501692590'
  Notice: /Stage[main]/Puppet_enterprise::License/File[/etc/puppetlabs/license.key]/seluser: seluser changed 'unconfined_u' to 'system_u'
  Notice: Applied catalog in 11.44 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 28.69 seconds
Exited: 2

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:13$ mkdir -p /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.16 seconds
localhost $ scp /var/folders/nm/r2nbr_vx46bgtlm51xwcglh00000gn/T/beaker20170802-24818-1ga4z6h puppet:/etc/puppetlabs/code/environments/production/manifests/site.pp {:ignore => }

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:13$ chown -R pe-puppet:pe-puppet /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:13$ chmod -R 0755 /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.16 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:14$ puppet plugin download --server ec2-54-70-211-75.us-west-2.compute.amazonaws.com
  No plugins downloaded.

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 3.74 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:17$ puppet device -v --user root --waitforcert 0 --server ec2-54-70-211-75.us-west-2.compute.amazonaws.com
  Info: starting applying configuration to f5-dut at https://52.12.191.32:443/
  Info: Creating a new SSL key for f5-dut
  Info: Caching certificate for ca
  Info: csr_attributes file loading from /opt/puppetlabs/puppet/cache/devices/f5-dut/csr_attributes.yaml
  Info: Creating a new SSL certificate request for f5-dut
  Info: Certificate Request fingerprint (SHA256): F7:89:AE:C5:44:72:A5:69:A9:0C:5F:B0:FF:17:37:2D:4F:72:85:E6:EB:1D:CE:09:4B:4A:10:41:9E:80:52:E9
  Info: Caching certificate for ca
  Exiting; no certificate found and waitforcert is disabled

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 4.41 seconds
Exited: 1

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:22$ puppet cert sign f5-dut
  Signing Certificate Request for:
    "f5-dut" (SHA256) F7:89:AE:C5:44:72:A5:69:A9:0C:5F:B0:FF:17:37:2D:4F:72:85:E6:EB:1D:CE:09:4B:4A:10:41:9E:80:52:E9
  Notice: Signed certificate request for f5-dut
  Notice: Removing file Puppet::SSL::CertificateRequest f5-dut at '/etc/puppetlabs/puppet/ssl/ca/requests/f5-dut.pem'

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 1.80 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:24$ curl -skIL https://admin:60bd3af5b58419049119c64e630fd3a23253d0c04bf018c8330892fad5d4ab73@52.12.191.32/mgmt/tm/cm/device
  HTTP/1.1 502 Bad Gateway
  Date: Wed, 02 Aug 2017 16:50:23 GMT
  Server: Apache
  Set-Cookie: BIGIPAuthCookie=8DBEFF1BEC739FC0E17BC008B0461B0120D21FDB; path=/; Secure; HttpOnly
  Set-Cookie: BIGIPAuthUsernameCookie=admin; path=/; Secure; HttpOnly
  Vary: accept-language,accept-charset
  X-Frame-Options: SAMEORIGIN
  Strict-Transport-Security: max-age=16070400; includeSubDomains
  Accept-Ranges: bytes
  X-Content-Type-Options: nosniff
  X-XSS-Protection: 1; mode=block
  Content-Security-Policy: default-src 'self'  'unsafe-inline' 'unsafe-eval'; img-src 'self'  http://127.4.1.1 http://127.4.2.1
  Content-Type: text/html; charset=iso-8859-1
  Content-Language: en

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 1.68 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:25$ puppet device -v --user root --server ec2-54-70-211-75.us-west-2.compute.amazonaws.com
  Info: starting applying configuration to f5-dut at https://52.12.191.32:443/
  Info: Caching certificate for f5-dut
  Info: Caching certificate_revocation_list for ca
  Info: Caching certificate for f5-dut
  Info: Using configured environment 'production'
  Info: Retrieving pluginfacts
  Info: Retrieving plugin
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/aio_agent_build.rb]/ensure: defined content as '{md5}cdcc1ff07bc245c66cc1d46be56b3af5'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/aio_agent_version.rb]/ensure: defined content as '{md5}d05c8cbf788f47d33efd46a935dda61e'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/pe_build.rb]/ensure: defined content as '{md5}ee54c728457b32d6622c3985448918fa'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/pe_concat_basedir.rb]/ensure: defined content as '{md5}0ccd3500f29b9dd346a45a61268c7c18'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/pe_razor_server_version.rb]/ensure: defined content as '{md5}ec91d8b92e03d5f952c789308d26dcd0'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/pe_server_version.rb]/ensure: defined content as '{md5}17c2795fe8a56b731ae0fc81ba147e6a'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/pe_version.rb]/ensure: defined content as '{md5}b0cd9b5b3fed73bc0d6424d8ac1d6639'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/platform_symlink_writable.rb]/ensure: defined content as '{md5}fc1e2766ff9994fa5df95cdc14b9bcd2'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/platform_tag.rb]/ensure: defined content as '{md5}ba51554600d31251f66baaf81b00639a'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/puppet_files_dir_present.rb]/ensure: defined content as '{md5}3900e124be2f377638dd1522079856bf'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/staging_http_get.rb]/ensure: defined content as '{md5}2c27beb47923ce3acda673703f395e68'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/facter/windows.rb]/ensure: defined content as '{md5}d8880f6f32905f040f3355e2a40cf088'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/hiera]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/hiera/backend]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/hiera/backend/hocon_backend.rb]/ensure: defined content as '{md5}47ff267a77a66b85dd98258c6e08a127'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/application]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/application/enterprise.rb]/ensure: defined content as '{md5}564fdb4a3c24332a5a54f0c99f9f1784'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face/enterprise]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face/enterprise.rb]/ensure: defined content as '{md5}b892b81cff620450ab429ad7c2a3c4e7'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face/enterprise/configure.rb]/ensure: defined content as '{md5}5edbed58b6b0611544a791b44b30d2a1'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face/enterprise/recover_configuration.rb]/ensure: defined content as '{md5}7236a2b1f1088c4ced006193106eafce'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face/enterprise/support.rb]/ensure: defined content as '{md5}a20bc99db02ada2e800d9bb5756578c0'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face/enterprise/uninstall.rb]/ensure: defined content as '{md5}9f6d6c367a7d7f939b084ad5fbdfbfb7'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face/node]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/face/node/purge.rb]/ensure: defined content as '{md5}d6489ee09518a93ef83ba877aaf58556'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/feature]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/feature/f5_device.rb]/ensure: defined content as '{md5}11b8892b39b4f5154160a4a85ca99cf7'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/feature/pe_hocon.rb]/ensure: defined content as '{md5}bbd4eca7117850bcef6f3be059cf250c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/feature/pe_puppet_authorization.rb]/ensure: defined content as '{md5}c673198b8d2117318558170c0a7f5ced'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/meep_function.rb]/ensure: defined content as '{md5}f2515fdefbdeb1f9c8ea376983a53018'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_infrastructure]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_infrastructure/data.rb]/ensure: defined content as '{md5}cd7ff9c440206ae723595d05b8e8ebc0'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_infrastructure_nodes.rb]/ensure: defined content as '{md5}9ff0caba835d0a5888cfc22bb9aad008'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_is_infrastructure.rb]/ensure: defined content as '{md5}64a8e3c34d07088c21ceb297c49495bb'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_is_meep_master.rb]/ensure: defined content as '{md5}87a5ce6d70fa360c190daef95ef0c70b'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_is_node_a.rb]/ensure: defined content as '{md5}415723ed8e0d86a297a675d601474024'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_certificate_authority_nodes.rb]/ensure: defined content as '{md5}28a991a9f3723810c4104d8e5c7d631b'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_compile_master_nodes.rb]/ensure: defined content as '{md5}d8772d3dc4c5a440156e630b83fd1435'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_console_nodes.rb]/ensure: defined content as '{md5}263fe5d548f12a50c00931c35f487a45'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_database_nodes.rb]/ensure: defined content as '{md5}947657ddb73d0f5682fe48684cde2bd5'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_enabled_replica_nodes.rb]/ensure: defined content as '{md5}a84b12bb067504db565b549654640aa7'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_mco_broker_nodes.rb]/ensure: defined content as '{md5}f2405633c529c4e35e4de5131706ebe4'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_mco_hub_nodes.rb]/ensure: defined content as '{md5}731ec7ae6fa35516563ee5aa114c180f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_orchestrator_nodes.rb]/ensure: defined content as '{md5}d6907d11986d3ae2d16a8455b4522e6d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_primary_master_nodes.rb]/ensure: defined content as '{md5}37c2bae5b5125f08a0713e54d6cb8fdc'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_provisioned_replica_nodes.rb]/ensure: defined content as '{md5}3b907e0df419f6ef8e69ddc8a66f6a6c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_list_puppetdb_nodes.rb]/ensure: defined content as '{md5}78f889b8d79af5ff7b9d4209e9de6b34'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_meep_is_executing.rb]/ensure: defined content as '{md5}ec8a36c29801823c000516ae9397a028'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_meep_master.rb]/ensure: defined content as '{md5}228486b7557071418ff0da1ddff64e95'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_role.rb]/ensure: defined content as '{md5}3e53d875ae455e904cbcbb4cfca77afc'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/functions/pe_services_list.rb]/ensure: defined content as '{md5}749622b46068115a70cf1de7a1e693bd'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/indirector]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/indirector/data_binding]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/indirector/data_binding/enterprise.rb]/ensure: defined content as '{md5}f3ec59daf89b535c87c732321fbb480e'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/indirector/node]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/indirector/node/enterprise.rb]/ensure: defined content as '{md5}cc6d00c3af681562905e8898ac88a26e'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parameter]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parameter/f5_name.rb]/ensure: defined content as '{md5}de42dd0bed203f4b9672495c9a25c490'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/build_mcollective_metadata_cron_minute_array.rb]/ensure: defined content as '{md5}d657907920f0d58902578b23b93a7aab'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/cookie_secret_key.rb]/ensure: defined content as '{md5}a1a48191d1f0cb934b0c63d8fec70566'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/create_java_args_subsettings_hash.rb]/ensure: defined content as '{md5}b54be02c9f0b0eeee699764df57a2db3'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/generate_password.rb]/ensure: defined content as '{md5}2b764a497450dee3e8c8ebc1f0826683'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/get_hiera_overrides.rb]/ensure: defined content as '{md5}e9430b1d16dfbf5f4ad7456968be5696'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_any2array.rb]/ensure: defined content as '{md5}3384ea4d25dc66d898717c9ca6bb5507'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_bool2str.rb]/ensure: defined content as '{md5}f6189451331df6fd24ec69d7cdc76abe'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_build_version.rb]/ensure: defined content as '{md5}cc956210f4ef17fb396513dffdee1ed7'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_chomp.rb]/ensure: defined content as '{md5}b4f0cb35578710dc4ac315d35e9571a2'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_clamp.rb]/ensure: defined content as '{md5}7c6a1df933db3550b68476588b112ebb'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_compile_master.rb]/ensure: defined content as '{md5}73a4baa192f4461b5d82856094bc6ffb'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_compiling_server_aio_build.rb]/ensure: defined content as '{md5}d01e0cac62411df5140da0956a79544c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_compiling_server_version.rb]/ensure: defined content as '{md5}dfa2285cae91d2985408274b24692d69'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_concat_getparam.rb]/ensure: defined content as '{md5}46df3de760f918b120fb2254f85eff2a'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_concat_is_bool.rb]/ensure: defined content as '{md5}b511d7545ede5abae00951199b67674d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_count.rb]/ensure: defined content as '{md5}eba067719da25b908662eec256ebc9b4'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_create_amq_augeas_command.rb]/ensure: defined content as '{md5}a62e6f52c8a5bdc002436dc6c292fd48'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_current_server_version.rb]/ensure: defined content as '{md5}f08526ad8a79c173dc0759584fb2e397'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_delete_undef_values.rb]/ensure: defined content as '{md5}c25bbcdfc6bca2d219e5f42f3eb8fa0b'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_directory_exists.rb]/ensure: defined content as '{md5}18df1a47e5e04af8278b937953bf3179'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_empty.rb]/ensure: defined content as '{md5}f2ff6f47ada9aed7e0ef037c374f3c89'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_flatten.rb]/ensure: defined content as '{md5}c781954451d1860ca8f63fd6d2b6cf76'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_format_urls.rb]/ensure: defined content as '{md5}b03ddf9f0600bc0122dfe3ba814c3ba7'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_formatted_date.rb]/ensure: defined content as '{md5}cffffc7c46ceaef609fd06764abc664d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_getvar.rb]/ensure: defined content as '{md5}f445be97e6541d0ae577ea5450479067'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_grep.rb]/ensure: defined content as '{md5}ae92a94aa1c964ff2af58d74df115af8'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_is_array.rb]/ensure: defined content as '{md5}b451e133e015fc7e8dc4dcfdf059a8d8'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_is_bool.rb]/ensure: defined content as '{md5}2dfe2be70aaff951b59e9fba3e85aa5d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_is_integer.rb]/ensure: defined content as '{md5}a410ba3f3586b7df90e532b2eb99da37'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_is_string.rb]/ensure: defined content as '{md5}5fe6741e70f2bbb93a0ae43d233eeebc'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_join.rb]/ensure: defined content as '{md5}4f433ea29dffc79247671fb4271d0a10'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_join_keys_to_values.rb]/ensure: defined content as '{md5}3066c3bd5e181a996729691a57cf3d21'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_keystore_password.rb]/ensure: defined content as '{md5}b466497331bf40af23b1405a3413b74b'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_loadyaml.rb]/ensure: defined content as '{md5}6adef0c167fbe0167a8e7aec7c65317b'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_max.rb]/ensure: defined content as '{md5}e04acd17070545133c83ec5a0e11c022'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_merge.rb]/ensure: defined content as '{md5}0971d635342b84a3a5c5a40ac36d9807'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_min.rb]/ensure: defined content as '{md5}e6d2b8c614168f4224e3f76f32d9f9cb'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_pick.rb]/ensure: defined content as '{md5}06b3a9e63faf3ca5d64c65fa14803cdf'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_pick_default.rb]/ensure: defined content as '{md5}82a6cfd4e36ce7f6fa421f4d7673a4f5'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_postgresql_acls_to_resources_hash.rb]/ensure: defined content as '{md5}851d972daf92e9e0600f8991a15311be'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_postgresql_escape.rb]/ensure: defined content as '{md5}cc58b659957328d9577336353bc246b2'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_postgresql_password.rb]/ensure: defined content as '{md5}72c33c3b7e4a6e8128fbb0a52bf30282'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_prefix.rb]/ensure: defined content as '{md5}554fcaf9362a544f91bb192047dd5341'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_puppetserver_static_content_list.rb]/ensure: defined content as '{md5}3955ef0b5cd765be892a3043386cf91f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_servername.rb]/ensure: defined content as '{md5}c60209498856941f6f794d4c3cfb5d1f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_shell_escape.rb]/ensure: defined content as '{md5}d394a72c7309fab458d3efd8625cab87'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_size.rb]/ensure: defined content as '{md5}876097c7df6d07296524bb2236f60a1d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_sort.rb]/ensure: defined content as '{md5}26047743025f2fdcf5e7b5420d5382ea'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_strip.rb]/ensure: defined content as '{md5}8d60a607f04fc6622eca8ae46e2fef2f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_suffix.rb]/ensure: defined content as '{md5}a44749c5ef30e258866cb18fd83f77d2'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_to_bytes.rb]/ensure: defined content as '{md5}6ee36cabe336db4c281c7d3b1b1d771e'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_union.rb]/ensure: defined content as '{md5}da3ea966f5468bbdb8420975576d4a3f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_unique.rb]/ensure: defined content as '{md5}5edb2c537d80f003d71a250bf203c79e'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_upcase.rb]/ensure: defined content as '{md5}4ea67e96c4da45092fb70fcdf1f0692f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_validate_absolute_path.rb]/ensure: defined content as '{md5}d4bd539a3d7db93d4563cbbe571a16ac'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_validate_array.rb]/ensure: defined content as '{md5}0ab10b81de351aa9f6114c1880cc7155'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_validate_bool.rb]/ensure: defined content as '{md5}4a74954e0502837f11d2eadedb71bc1f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_validate_hash.rb]/ensure: defined content as '{md5}36a223b1648dec8cb30fd229e3bb74c6'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_validate_re.rb]/ensure: defined content as '{md5}bccac35a2607bf15f1e7d1c565c1d98b'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_validate_single_integer.rb]/ensure: defined content as '{md5}ef8c455e5d58954bc4e78e36534a340c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_validate_string.rb]/ensure: defined content as '{md5}c4d83c3ef14c2e3e47c4408d49c22437'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/pe_zip.rb]/ensure: defined content as '{md5}77f42491eaa279803a36b02601206b33'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/platform_tag_to_pe_repo_class.rb]/ensure: defined content as '{md5}182458a530b0d756c56b7f27772ef1da'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/scope_defaults.rb]/ensure: defined content as '{md5}da916d46f3ff3be8359f75c93c2b5532'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/parser/functions/staging_parse.rb]/ensure: defined content as '{md5}605c4de803c65f2c3613653b68921002'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_address.rb]/ensure: defined content as '{md5}9a33881c4c6fdd07ae0665019667dc6d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_availability_requirement.rb]/ensure: defined content as '{md5}96b6b6639d0df379b16ba3117f5074c2'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_connection_limit.rb]/ensure: defined content as '{md5}c7c0a1cb1ac1608e09020c61448f366a'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_connection_rate_limit.rb]/ensure: defined content as '{md5}f87f8909341bde2fc2a9206f7dd9101d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_description.rb]/ensure: defined content as '{md5}86202940e732d9ee6cacb37c284327a8'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_health_monitors.rb]/ensure: defined content as '{md5}0e460c98c71d08dcdec7a3e69358a457'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_profile.rb]/ensure: defined content as '{md5}821c4e06d1be34e64ec533ac3751bf7d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_ratio.rb]/ensure: defined content as '{md5}ddaa316dc46ef674a2e284f0caece413'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_state.rb]/ensure: defined content as '{md5}730480e554029c1967d2016c953fc3ee'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/property/f5_truthy.rb]/ensure: defined content as '{md5}7e0ce61f9f71b4d2f1129619ec78d8b3'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5.rb]/ensure: defined content as '{md5}68ef6a8b84c8b74220fc7ae98539f024'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_iapp]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_iapp/rest.rb]/ensure: defined content as '{md5}a596e32b9c1a47637256cea6428bcb58'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_irule]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_irule/rest.rb]/ensure: defined content as '{md5}ce8f2ce41b05102fa2bafd4ff30e9fc0'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/dummy.rb]/ensure: defined content as '{md5}27700d5cbd36cb2ec7e2d02b04383ef3'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/external.rb]/ensure: defined content as '{md5}547066b066408402ee4dd90decd898ab'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/gateway_icmp.rb]/ensure: defined content as '{md5}d757225316f94f5119a9e233973ee7e7'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/http.rb]/ensure: defined content as '{md5}4925300773918d319e5719000514ba6d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/https.rb]/ensure: defined content as '{md5}c7a34bebb0d797b1183842130651fe34'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/icmp.rb]/ensure: defined content as '{md5}2febbc9372729477be93d8370dc71cf9'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/ldap.rb]/ensure: defined content as '{md5}e989f2e175d3150e5b1924791a470ad9'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/sip.rb]/ensure: defined content as '{md5}1de64316856d7288063c5e2efebc97c5'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/tcp.rb]/ensure: defined content as '{md5}1be8f2752670a0461c7e7a26401bb553'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/tcp_half.rb]/ensure: defined content as '{md5}bfc64b4edfa71e42afa6a4ad2e1cda14'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_monitor/udp.rb]/ensure: defined content as '{md5}a40e60749534386ff9e90d7b63b0e61c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_node]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_node/rest.rb]/ensure: defined content as '{md5}e43e8980985154e1d08337bdd25da789'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_partition]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_partition/rest.rb]/ensure: defined content as '{md5}f4286437e4e86f078d7d390488a12b39'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_pool]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_pool/rest.rb]/ensure: defined content as '{md5}a750458392f27e351e7ceeb5eb4613a0'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_selfip]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_selfip/rest.rb]/ensure: defined content as '{md5}ff1da77b3c74e4577da1fc8948cda58f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver.rb]/ensure: defined content as '{md5}3e9a8a0d66b9df549a4c445bc738850c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver/dummy.rb]/ensure: defined content as '{md5}c6835b97879799f074e99eed6f816206'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver/forwarding_ip.rb]/ensure: defined content as '{md5}7d48cec7c912651f05189d3237486817'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver/forwarding_layer_2.rb]/ensure: defined content as '{md5}293c5180d1d4954c64576b704e25840e'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver/performance_http.rb]/ensure: defined content as '{md5}f14aa933e10c1a094dce8469ccae4d5f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver/performance_l4.rb]/ensure: defined content as '{md5}d8c277a770018a865aca78bf48c0022c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver/reject.rb]/ensure: defined content as '{md5}67885ffa182b65a6bd3c6cb1730abd67'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver/standard.rb]/ensure: defined content as '{md5}c7e8bf412c9d37e2d65565cf0ceb49ea'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_virtualserver/stateless.rb]/ensure: defined content as '{md5}768627a09cc0b29fc124e9c32412a880'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_vlan]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/f5_vlan/rest.rb]/ensure: defined content as '{md5}14ec3b4ebf65b02ed71ac253f982b850'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_file_line]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_file_line/ruby.rb]/ensure: defined content as '{md5}79d77c28f8a311684aceec3e08c1a084'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_hocon_setting]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_hocon_setting/ruby.rb]/ensure: defined content as '{md5}c0bad8a42357896675e209aab7ee6a0d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_ini_setting]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_ini_setting/ruby.rb]/ensure: defined content as '{md5}d0520f108a6f0e55320a97f8285a0843'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_ini_subsetting]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_ini_subsetting/ruby.rb]/ensure: defined content as '{md5}7245892fe493f361b4f2fb34188e71db'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_java_ks]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_java_ks/keytool.rb]/ensure: defined content as '{md5}82958606d52df27b1367cca6f2150e9f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_node_group]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_node_group/ruby.rb]/ensure: defined content as '{md5}501ce689fa53b27521526b63937cb109'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_postgresql_conf]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_postgresql_conf/parsed.rb]/ensure: defined content as '{md5}f0e7fc6f14420d46ebf64635939243af'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_postgresql_psql]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_postgresql_psql/ruby.rb]/ensure: defined content as '{md5}68b0e90ab501fc36b821c4c27c74fb17'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_puppet_authorization_hocon_rule]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/provider/pe_puppet_authorization_hocon_rule/ruby.rb]/ensure: defined content as '{md5}1aaaa7466dc6d830cb25332cc2910c07'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_iapp.rb]/ensure: defined content as '{md5}e3bacaa9bc55599e9b414830f15f00d0'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_irule.rb]/ensure: defined content as '{md5}244c05844828d28687b7e2162bd83d72'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_monitor.rb]/ensure: defined content as '{md5}8f55b89f0aa7b0adc2dc436b2a2ea1ec'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_node.rb]/ensure: defined content as '{md5}335437e6c4124e082570c1ac70032feb'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_partition.rb]/ensure: defined content as '{md5}7c9743985d62bea665ff1d04efd1581c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_pool.rb]/ensure: defined content as '{md5}1ab5a119740210fb7b2a93c81d9c1b97'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_selfip.rb]/ensure: defined content as '{md5}df2cff03995ff0381f1e827587df5853'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_virtualserver.rb]/ensure: defined content as '{md5}e296abdcaaf6da4aeed977d6ee406ab4'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/f5_vlan.rb]/ensure: defined content as '{md5}f608799f94f5a3ee25b7233ba69630dc'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_anchor.rb]/ensure: defined content as '{md5}5505f2e5850c0dd2e56583d214baf197'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_file_line.rb]/ensure: defined content as '{md5}85e75d7da76e588bcea237275e32783f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_hocon_setting.rb]/ensure: defined content as '{md5}204b2889d1c6db8f986f02ed17239ef5'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_ini_setting.rb]/ensure: defined content as '{md5}5a6ac7186c2c2be8008f128a971b104e'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_ini_subsetting.rb]/ensure: defined content as '{md5}022dc2b30ed8daa8ce2226017bc95a38'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_java_ks.rb]/ensure: defined content as '{md5}20b492b1d48d8afa9fc76ddb0efc6c10'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_node_group.rb]/ensure: defined content as '{md5}55387c659fc0ad5f5b98cc0d88f3b821'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_postgresql_conf.rb]/ensure: defined content as '{md5}140d5cb21ae1b8554f40c71f2b73b332'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_postgresql_psql.rb]/ensure: defined content as '{md5}ffabdb11eb481e45c76795195672436c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/type/pe_puppet_authorization_hocon_rule.rb]/ensure: defined content as '{md5}2a9e64fd982a8c0b118d0ce803c92bfb'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/external_iterator.rb]/ensure: defined content as '{md5}69ad1eb930ca6d8d6b6faea343b4a22e'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/network_device]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/network_device/f5]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/network_device/f5.rb]/ensure: defined content as '{md5}df9aecad502930a2664bfe4300dce674'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/network_device/f5/device.rb]/ensure: defined content as '{md5}fb1e3559328a2653a81a84a9801fcb1b'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/network_device/f5/facts.rb]/ensure: defined content as '{md5}e5d68f0567c99d2261ea33f1e83a1dca'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/network_device/transport]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/network_device/transport/f5.rb]/ensure: defined content as '{md5}d5961e60f9322c9ac6f16fbc387ecea4'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_conf]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_conf.rb]/ensure: defined content as '{md5}5d47dd30a1393a934873b32ce901b63d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_conf/recover]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_conf/recover.rb]/ensure: defined content as '{md5}81d819b608e0a82010ad5a7b722176e4'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_conf/recover/puppetdb.rb]/ensure: defined content as '{md5}35c02b463d34abfeedcc1547cee72453'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_conf/templates]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_conf/templates/common.conf.erb]/ensure: defined content as '{md5}92ea8b32db55098cea815d026a445853'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_ini_file]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_ini_file.rb]/ensure: defined content as '{md5}9ba01a79162a1d69ab8e90e725d07d3a'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_ini_file/section.rb]/ensure: defined content as '{md5}652d2b45e5defc13fb7989f020e6080f'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/pe_node_groups.rb]/ensure: defined content as '{md5}6247793ed9772e3a7c26e8e6f2e844f3'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet/util/setting_value.rb]/ensure: defined content as '{md5}a649418f4c767d976f4bf13985575b3c'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/pem]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/pem/config.rb]/ensure: defined content as '{md5}76cb03867e50e57de03116c38835a593'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/pem/log]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/pem/log/destinations.rb]/ensure: defined content as '{md5}01a74fbe8ac4391d0c9c863523f47586'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/puppetlabs]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/puppetlabs/meep]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/puppetlabs/meep/config]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/puppetlabs/meep/config.rb]/ensure: defined content as '{md5}939433391bb849208ef760ef5ba770c0'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/puppetlabs/meep/config/modify.rb]/ensure: defined content as '{md5}d849b52da6a96901cf48f13ef7380a6d'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/puppet_x/puppetlabs/meep/meep_scope.rb]/ensure: defined content as '{md5}a6af7e4ca161715f37ec9213bf23745a'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/shared]/ensure: created
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/shared/aio_build.rb]/ensure: defined content as '{md5}d0fe0c2b31687ea03c1ede01a460f3a0'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/shared/pe_build.rb]/ensure: defined content as '{md5}4f4652af20c4f0391b9ca2976940a710'
  Notice: /File[/opt/puppetlabs/puppet/cache/devices/f5-dut/lib/shared/pe_server_version.rb]/ensure: defined content as '{md5}f3d3fc8776512ae73d3293c97b8f3dfe'
  Info: Caching catalog for f5-dut
  Info: Applying configuration version '1501692634'
  Info: Creating state file /opt/puppetlabs/puppet/cache/devices/f5-dut/state/state.yaml
  Notice: Applied catalog in 0.04 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 9.70 seconds

full f5 setup

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:35$ mkdir -p /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.13 seconds
localhost $ scp /var/folders/nm/r2nbr_vx46bgtlm51xwcglh00000gn/T/beaker20170802-24818-pym6d8 puppet:/etc/puppetlabs/code/environments/production/manifests/site.pp {:ignore => }

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:35$ chown -R pe-puppet:pe-puppet /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:36$ chmod -R 0755 /etc/puppetlabs/code/environments/production/manifests

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 0.12 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:36$ puppet device --verbose --color false --user root --trace --server ec2-54-70-211-75.us-west-2.compute.amazonaws.com
  Info: starting applying configuration to f5-dut at https://52.12.191.32:443/
  Info: Using configured environment 'production'
  Info: Retrieving pluginfacts
  Info: Retrieving plugin
  Info: Caching catalog for f5-dut
  Info: Applying configuration version '1501692640'
  Notice: /Stage[main]/Main/F5_partition[poc-partition]/ensure: created
  Notice: /Stage[main]/Main/F5_monitor[/poc-partition/my-udp]/ensure: created
  Notice: /Stage[main]/Main/F5_node[/poc-partition/google-1]/ensure: created
  Notice: /Stage[main]/Main/F5_node[/poc-partition/google-2]/ensure: created
  Notice: /Stage[main]/Main/F5_pool[/poc-partition/google-pool]/ensure: created
  Notice: /Stage[main]/Main/F5_virtualserver[/poc-partition/google-dns]/ensure: created
  Info: Class[Main]: Unscheduling all events on Class[Main]
  Notice: Applied catalog in 2.57 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 7.91 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) 11:50:44$ puppet device --verbose --color false --user root --trace --server ec2-54-70-211-75.us-west-2.compute.amazonaws.com
  Info: starting applying configuration to f5-dut at https://52.12.191.32:443/
  Info: Using configured environment 'production'
  Info: Retrieving pluginfacts
  Info: Retrieving plugin
  Info: Caching catalog for f5-dut
  Info: Applying configuration version '1501692648'
  Notice: Applied catalog in 2.07 seconds

ec2-54-70-211-75.us-west-2.compute.amazonaws.com (puppet) executed in 7.23 seconds
  creates all the things

Finished in 26 minutes 2 seconds (files took 52 minutes 44 seconds to load)
1 example, 0 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment