Created
January 16, 2018 22:13
-
-
Save nmattam/a1e175c4cc53ab65949e04232adf6a53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
M1617579:cerner_splunk na032313$ git diff | |
diff --git a/Vagrantfile b/Vagrantfile | |
index 6560d6a..75633c6 100644 | |
--- a/Vagrantfile | |
+++ b/Vagrantfile | |
@@ -45,6 +45,7 @@ fail 'Non-unique ports' if @network.collect { |_, v| v[:ports].keys }.flat_map { | |
def default_omnibus(config) | |
config.omnibus.chef_version = '12' | |
+ config.omnibus.install_url = 'https://packages.chef.io/files/stable/chef/12.17.44/windows/2012r2/chef-client-12.17.44-1-x64.msi' | |
end | |
def network(config, name, splunk_password = true) | |
M1617579:cerner_splunk na032313$ vagrant up f_win2012r2 | |
Bringing machine 'f_win2012r2' up with 'virtualbox' provider... | |
==> f_win2012r2: Importing base box 'opentable/win-2012r2-standard-amd64-nocm'... | |
==> f_win2012r2: Matching MAC address for NAT networking... | |
==> f_win2012r2: Checking if box 'opentable/win-2012r2-standard-amd64-nocm' is up to date... | |
==> f_win2012r2: Setting the name of the VM: cerner_splunk_f_win2012r2_1516130632706_12136 | |
==> f_win2012r2: Fixed port collision for 22 => 2222. Now on port 2210. | |
==> f_win2012r2: Clearing any previously set network interfaces... | |
==> f_win2012r2: Preparing network interfaces based on configuration... | |
f_win2012r2: Adapter 1: nat | |
f_win2012r2: Adapter 2: hostonly | |
==> f_win2012r2: Forwarding ports... | |
f_win2012r2: 8089 (guest) => 9093 (host) (adapter 1) | |
f_win2012r2: 5985 (guest) => 55985 (host) (adapter 1) | |
f_win2012r2: 5986 (guest) => 55986 (host) (adapter 1) | |
f_win2012r2: 22 (guest) => 2210 (host) (adapter 1) | |
==> f_win2012r2: Running 'pre-boot' VM customizations... | |
==> f_win2012r2: Booting VM... | |
==> f_win2012r2: Waiting for machine to boot. This may take a few minutes... | |
f_win2012r2: WinRM address: 127.0.0.1:55985 | |
f_win2012r2: WinRM username: vagrant | |
f_win2012r2: WinRM execution_time_limit: PT2H | |
f_win2012r2: WinRM transport: negotiate | |
==> f_win2012r2: Machine booted and ready! | |
==> f_win2012r2: Checking for guest additions in VM... | |
f_win2012r2: The guest additions on this VM do not match the installed version of | |
f_win2012r2: VirtualBox! In most cases this is fine, but in rare cases it can | |
f_win2012r2: prevent things such as shared folders from working properly. If you see | |
f_win2012r2: shared folder errors, please make sure the guest additions within the | |
f_win2012r2: virtual machine match the version of VirtualBox you have installed on | |
f_win2012r2: your host and reload your VM. | |
f_win2012r2: | |
f_win2012r2: Guest Additions Version: 4.3.12 | |
f_win2012r2: VirtualBox Version: 5.1 | |
==> f_win2012r2: Setting hostname... | |
==> f_win2012r2: Configuring and enabling network interfaces... | |
==> f_win2012r2: Mounting shared folders... | |
f_win2012r2: /vagrant => /Users/na032313/Documents/Development/OPSINFRA/cerner_splunk | |
==> f_win2012r2: Installing Ohai plugin | |
==> f_win2012r2: Installing Chef 12 Omnibus package... | |
==> f_win2012r2: Downloading Chef 12 for Windows... | |
==> f_win2012r2: Installing Chef 12 | |
==> f_win2012r2: Running provisioner: chef_client... | |
==> f_win2012r2: Detected Chef (latest) is already installed | |
==> f_win2012r2: Creating folder to hold client key... | |
==> f_win2012r2: Uploading chef client validation key... | |
==> f_win2012r2: Uploading chef encrypted data bag secret key... | |
==> f_win2012r2: Generating chef JSON and uploading... | |
==> f_win2012r2: Running chef-client... | |
==> f_win2012r2: [2018-01-16T11:27:01-08:00] WARN: Ohai::Config[:plugin_path] is set. Ohai::Config[:plugin_path] is deprecated and will be removed in future releases of ohai. Use ohai.plugin_path in your configuration file to configure :plugin_path for ohai. | |
==> f_win2012r2: Starting Chef Client, version 12.17.44 | |
==> f_win2012r2: [2018-01-16T11:27:01-08:00] INFO: *** Chef 12.17.44 *** | |
==> f_win2012r2: [2018-01-16T11:27:01-08:00] INFO: Platform: x64-mingw32 | |
==> f_win2012r2: [2018-01-16T11:27:01-08:00] INFO: Chef-client pid: 820 | |
==> f_win2012r2: [2018-01-16T11:27:01-08:00] WARN: Ohai::Config[:plugin_path] is set. Ohai::Config[:plugin_path] is deprecated and will be removed in future releases of ohai. Use ohai.plugin_path in your configuration file to configure :plugin_path for ohai. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Setting the run_list to ["role[splunk_monitors]", "role[splunk_monitors_windows]", "recipe[cerner_splunk]"] from CLI options | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Run List is [role[splunk_monitors], role[splunk_monitors_windows], recipe[cerner_splunk]] | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Run List expands to [cerner_splunk] | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Starting Chef Run for f_win2012r2 | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Running start handlers | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Start handlers complete. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: HTTP Request Returned 404 Not Found : Object not found: /reports/nodes/f_win2012r2/runs | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: HTTP Request Returned 404 Not Found : Object not found: /data-collector | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Error while reporting run start to Data Collector. URL: http://33.33.33.33:4000/data-collector Exception: 404 -- 404 "Not Found " (This is normal if you do not have Chef Automate) | |
==> f_win2012r2: resolving cookbooks for run list: ["cerner_splunk"] | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Loading cookbooks [[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]] | |
==> f_win2012r2: Synchronizing Cookbooks: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/providers/sh_cluster.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_indexes.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/resources/sh_cluster.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/resources/forwarder_monitors.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_authentication.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_inputs.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_apps.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_outputs.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_server.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_shc_authentication.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_shc_alerts.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_shc_roles.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_shc_outputs.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_secret.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_alerts.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_roles.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/providers/forwarder_monitors.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_configure_ui.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_generate_password.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_restart_marker.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_migrate_forwarder.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_install_server.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_user_management.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/cluster_master.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/cluster_slave.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/heavy_forwarder.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_install.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/license_server.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/forwarder.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/image_prep.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/server_install_only.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/alerts.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/shc_remove_search_head.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/shc_search_head.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/shc_deployer.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/shc_captain.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/lwrp.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/conf_template.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/authentication.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/databag.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/conf.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/matchers.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/server.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/_start.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/recipes/search_head.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/rc4.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/passive_sensitive.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/outputs.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/recipe.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/roles.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/splunk_app.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/splunk_password.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/splunk_template.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/attributes/_install.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/tarball.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/templates/default/generic.conf.erb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/CONTRIBUTING.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/attributes/_configure.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/attributes/_user_management.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/.foodcritic in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/.rubocop.yml in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/libraries/unit_converter.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/chefignore in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/Gemfile in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/Gemfile.lock in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/chef-vault/resources/secret.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/LICENSE in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/README.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/Thorfile in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/cerner_splunk/NOTICE in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/chef-vault/libraries/helpers.rb in the cache. | |
==> f_win2012r2: - cerner_splunk (2.19.0)[2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/chef-vault/CHANGELOG.md in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/chef-vault/README.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/chef-vault/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/chef-vault/.foodcritic in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/chef-vault/MAINTAINERS.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:06-08:00] INFO: Storing updated cookbooks/chef-vault/CONTRIBUTING.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/providers/rule.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/resources/domain.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/resources/rule.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/recipes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/libraries/matchers.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/definitions/user_ulimit.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/templates/default/su.erb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/files/default/sudo in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/attributes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/templates/default/ulimit.erb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/templates/default/domain.erb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/chef-vault/recipes/default.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/chef-vault/attributes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/chef-vault/libraries/matchers.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/providers/domain.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/xml/recipes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ulimit/README.md in the cache. | |
==> f_win2012r2: - chef-vault (3.0.0)[2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/xml/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/xml/attributes/default.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/xml/recipes/ruby.rb in the cache. | |
==> f_win2012r2: - ulimit (0.4.0) | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/libraries/autoload.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/xml/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/xml/README.md in the cache. | |
==> f_win2012r2: - xml (1.3.1)[2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource/lwrp_base.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/runner.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/run_context.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection/resource_list.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/node.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/provider.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection/resource_set.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/recipe.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_collection.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/property.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/resource_builder.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/systemd_unit.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/apt_repository.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/yum_repository.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/action_class.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/mixin/params_validate.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource/apt_update.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/exceptions.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/log.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches/chef/recipe_hook.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/resource/lwrp_base.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/delayed_evaluator.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/constants.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/property.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/apt_repository.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/noop.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/apt_update.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/platform_introspection.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/core.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/universal.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/declare_resource.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/resource_builder.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/systemd_unit.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/yum_repository.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/provider/support/yum_repo.erb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/properties.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/powershell_out.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/dsl/recipe.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/notifying_block.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/params_validate.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/copied_from_chef/chef/mixin/lazy_module_include.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/resource.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/recipe.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/monkeypatches.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/README.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_upstream_version.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/resources/build_essential.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/resources/xcode_command_line_tools.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/CONTRIBUTING.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/recipes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/recipes/_windows.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/attributes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/libraries/matchers.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/README.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/CONTRIBUTING.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/.foodcritic in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/chef-sugar/recipes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/build-essential/MAINTAINERS.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/chef-sugar/CONTRIBUTING.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/chef-sugar/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/chef-sugar/README.md in the cache. | |
==> f_win2012r2: - build-essential (8.0.3) | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/chef-sugar/metadata.json in the cache. | |
==> f_win2012r2: - chef-sugar (3.4.0) | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/seven_zip/providers/archive.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/compat_resource.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/mixin/properties.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/MAINTAINERS.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/compat_resource/files/lib/chef_compat/property.rb in the cache. | |
==> f_win2012r2: - compat_resource (12.19.0)[2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/seven_zip/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/seven_zip/recipes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/seven_zip/resources/archive.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/seven_zip/attributes/default.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/seven_zip/libraries/matchers.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/seven_zip/README.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/resources/get.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/seven_zip/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/resources/msys2_package.rb in the cache. | |
==> f_win2012r2: - seven_zip (2.0.2)[2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/resources/tdm_gcc.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/recipes/default.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/files/default/custom_prefix.sh in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/files/default/time.h in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/files/default/pthread.h in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/files/default/bash.bat in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/files/default/custom-upgrade.sh in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/libraries/_helper.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/README.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/MAINTAINERS.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/.foodcritic in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/shortcut.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/task.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/feature_dism.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/feature_servermanagercmd.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/certificate_binding.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/zipfile.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/http_acl.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/feature_powershell.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/feature.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/printer_port.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/path.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/printer.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/CONTRIBUTING.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/mingw/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/certificate.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/font.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/auto_run.rb in the cache. | |
==> f_win2012r2: - mingw (2.0.1)[2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/pagefile.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/resources/share.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/libraries/matchers.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/libraries/windows_helper.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/libraries/registry_helper.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/recipes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/libraries/powershell_helper.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/libraries/version_helper.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/libraries/windows_privileged.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/libraries/version.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/files/dism_features.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/libraries/wmi_helper.rb in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/CONTRIBUTING.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/attributes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/resources/plugin.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/README.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/windows/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/CHANGELOG.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/resources/hint.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/libraries/matchers.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/README.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/recipes/default.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/libraries/plugin_helpers.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/metadata.json in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/libraries/hint_helpers.rb in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:07-08:00] INFO: Storing updated cookbooks/ohai/.foodcritic in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:08-08:00] INFO: Storing updated cookbooks/windows/MAINTAINERS.md in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:08-08:00] INFO: Storing updated cookbooks/windows/.foodcritic in the cache. | |
==> f_win2012r2: [2018-01-16T11:27:08-08:00] INFO: Storing updated cookbooks/ohai/CONTRIBUTING.md in the cache. | |
==> f_win2012r2: | |
==> f_win2012r2: - windows (3.2.0) | |
==> f_win2012r2: - ohai (5.2.0) | |
==> f_win2012r2: Installing Cookbook Gems: | |
==> f_win2012r2: Fetching version metadata from https://rubygems.org/ | |
==> f_win2012r2: | |
==> f_win2012r2: Resolving dependencies... | |
==> f_win2012r2: | |
==> f_win2012r2: Installing chef-vault 3.3.0 | |
==> f_win2012r2: | |
==> f_win2012r2: Using bundler 1.12.5 | |
==> f_win2012r2: | |
==> f_win2012r2: Bundle complete! 1 Gemfile dependency, 2 gems now installed. | |
==> f_win2012r2: | |
==> f_win2012r2: Use `bundle show [gemname]` to see where a bundled gem is installed. | |
==> f_win2012r2: | |
==> f_win2012r2: | |
==> f_win2012r2: Compiling Cookbooks... | |
==> f_win2012r2: [2018-01-16T11:27:16-08:00] INFO: Splunk Secrets either not configured for this node or the node is windows where secrets are not supported. | |
==> f_win2012r2: [2018-01-16T11:27:16-08:00] INFO: Roles not configured for this node. | |
==> f_win2012r2: [2018-01-16T11:27:16-08:00] INFO: Splunk Authentication not configured for this node. | |
==> f_win2012r2: [2018-01-16T11:27:17-08:00] INFO: Splunk Alerts not configured for this node. | |
==> f_win2012r2: Converging 24 resources | |
==> f_win2012r2: | |
==> f_win2012r2: Recipe: cerner_splunk::_restart_marker | |
==> f_win2012r2: * file[splunk-marker] action nothing (skipped due to action :nothing) | |
==> f_win2012r2: Recipe: cerner_splunk::_install | |
==> f_win2012r2: * windows_service[splunk] action nothing (skipped due to action :nothing) | |
==> f_win2012r2: * windows_service[splunk-restart] action nothing (skipped due to action :nothing) | |
==> f_win2012r2: * ruby_block[splunk-delayed-restart] action run[2018-01-16T11:27:17-08:00] INFO: ruby_block[splunk-delayed-restart] called | |
==> f_win2012r2: | |
==> f_win2012r2: - execute the ruby block splunk-delayed-restart | |
==> f_win2012r2: * remote_file[C:/chef/cache/splunkforwarder-7.0.1-2b5b15c4ee89-x64-release.msi] action create | |
==> f_win2012r2: - create new file C:/chef/cache/splunkforwarder-7.0.1-2b5b15c4ee89-x64-release.msi | |
==> f_win2012r2: - update content in file C:/chef/cache/splunkforwarder-7.0.1-2b5b15c4ee89-x64-release.msi from none to d53411 | |
==> f_win2012r2: (file sizes exceed 10000000 bytes, diff output suppressed) | |
==> f_win2012r2: * windows_package[splunkforwarder] action install | |
==> f_win2012r2: | |
==> f_win2012r2: * execute[splunk-first-run] action run (skipped due to only_if) | |
==> f_win2012r2: | |
==> f_win2012r2: * ruby_block[read splunk.secret] action run | |
==> f_win2012r2: - execute the ruby block read splunk.secret | |
==> f_win2012r2: * directory[C:\ProgramData/splunk] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:\ProgramData/splunk] created directory C:\ProgramData/splunk | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:\ProgramData/splunk[2018-01-16T11:27:40-08:00] INFO: directory[C:\ProgramData/splunk] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:\ProgramData/splunk] group changed to S-1-5-18 | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:\ProgramData/splunk] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/var/log/introspection] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/var/log/introspection] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: * file[splunk_package] action delete[2018-01-16T11:27:40-08:00] INFO: file[splunk_package] deleted file at C:/chef/cache/splunkforwarder-7.0.1-2b5b15c4ee89-x64-release.msi | |
==> f_win2012r2: | |
==> f_win2012r2: - delete file C:/chef/cache/splunkforwarder-7.0.1-2b5b15c4ee89-x64-release.msi | |
==> f_win2012r2: * file[C:/Program Files/splunkforwarder/etc/.ui_login] action touch[2018-01-16T11:27:40-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/.ui_login] created file C:/Program Files/splunkforwarder/etc/.ui_login | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/.ui_login[2018-01-16T11:27:40-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/.ui_login] updated atime and mtime to 2018-01-16 11:27:40 -0800 | |
==> f_win2012r2: | |
==> f_win2012r2: - update utime on file C:/Program Files/splunkforwarder/etc/.ui_login | |
==> f_win2012r2: Recipe: cerner_splunk::_configure_server | |
==> f_win2012r2: * splunk_template[system/server.conf] action create[2018-01-16T11:27:40-08:00] INFO: splunk_template[system/server.conf] updated file contents C:/Program Files/splunkforwarder/etc/system/local/server.conf | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/system/local/server.conf from 41189d to 3fd273 | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/system/local/server.conf 2018-01-16 11:27:28.000000000 -0800 | |
==> f_win2012r2: +++ C:/Program Files/splunkforwarder/etc/system/local/chef-server20180116-820-b7i425.conf 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: @@ -1,6 +1,43 @@ | |
==> f_win2012r2: +# Auto Generated and Managed with Chef! | |
==> f_win2012r2: +# EVERY TIME YOU MANUALLY EDIT THIS FILE, | |
==> f_win2012r2: +# APES GO BANANNAS MONKEYPATCHING UR RUBIES | |
==> f_win2012r2: +# SO DON'T DO IT CHIMP!!!!! BORK BORK BORK!!!!! | |
==> f_win2012r2: + | |
==> f_win2012r2: + | |
==> f_win2012r2: [general] | |
==> f_win2012r2: serverName = windowsforward | |
==> f_win2012r2: +pass4SymmKey = $1$HB9lX6KsRdOG | |
==> f_win2012r2: +site = site0 | |
==> f_win2012r2: | |
==> f_win2012r2: [sslConfig] | |
==> f_win2012r2: sslPassword = $1$S1MxA+fqDoGG | |
==> f_win2012r2: + | |
==> f_win2012r2: +[lmpool:auto_generated_pool_forwarder] | |
==> f_win2012r2: +description = auto_generated_pool_forwarder | |
==> f_win2012r2: +quota = MAX | |
==> f_win2012r2: +slaves = * | |
==> f_win2012r2: +stack_id = forwarder | |
==> f_win2012r2: + | |
==> f_win2012r2: +[lmpool:auto_generated_pool_free] | |
==> f_win2012r2: +description = auto_generated_pool_free | |
==> f_win2012r2: +quota = MAX | |
==> f_win2012r2: +slaves = * | |
==> f_win2012r2: +stack_id = free | |
==> f_win2012r2: + | |
==> f_win2012r2: +[lmpool:auto_generated_pool_enterprise] | |
==> f_win2012r2: +description = auto_generated_pool_enterprise | |
==> f_win2012r2: +quota = MAX | |
==> f_win2012r2: +slaves = * | |
==> f_win2012r2: +stack_id = enterprise | |
==> f_win2012r2: + | |
==> f_win2012r2: +[lmpool:auto_generated_pool_download-trial] | |
==> f_win2012r2: +description = auto_generated_pool_download-trial | |
==> f_win2012r2: +quota = MAX | |
==> f_win2012r2: +slaves = * | |
==> f_win2012r2: +stack_id = download-trial | |
==> f_win2012r2: + | |
==> f_win2012r2: +[license] | |
==> f_win2012r2: +master_uri = self | |
==> f_win2012r2: +active_group = Forwarder | |
==> f_win2012r2: +[2018-01-16T11:27:40-08:00] INFO: splunk_template[system/server.conf] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: splunk_template[system/server.conf] sending touch action to file[splunk-marker] (immediate) | |
==> f_win2012r2: Recipe: cerner_splunk::_restart_marker | |
==> f_win2012r2: * file[splunk-marker] action touch[2018-01-16T11:27:40-08:00] INFO: file[splunk-marker] created file C:/chef/cache/.restart_splunk | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/chef/cache/.restart_splunk[2018-01-16T11:27:40-08:00] INFO: file[splunk-marker] updated atime and mtime to 2018-01-16 11:27:40 -0800 | |
==> f_win2012r2: | |
==> f_win2012r2: - update utime on file C:/chef/cache/.restart_splunk | |
==> f_win2012r2: Recipe: cerner_splunk::_configure_inputs | |
==> f_win2012r2: * splunk_template[system/inputs.conf] action create | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/system/local/inputs.conf from 1e0be3 to 3c94ac | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/system/local/inputs.conf 2018-01-16 11:27:27.000000000 -0800 | |
==> f_win2012r2: +++ C:/Program Files/splunkforwarder/etc/system/local/chef-inputs20180116-820-1x37rp3.conf 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: @@ -1,3 +1,21 @@ | |
==> f_win2012r2: -[default] | |
==> f_win2012r2: +# Auto Generated and Managed with Chef! | |
==> f_win2012r2: +# EVERY TIME YOU MANUALLY EDIT THIS FILE, | |
==> f_win2012r2: +# APES GO BANANNAS MONKEYPATCHING UR RUBIES | |
==> f_win2012r2: +# SO DON'T DO IT CHIMP!!!!! BORK BORK BORK!!!!! | |
==> f_win2012r2: + | |
==> f_win2012r2: host = windowsforward | |
==> f_win2012r2: + | |
==> f_win2012r2: +[monitor:///var/log/dmesg] | |
==> f_win2012r2: +index = opsinfra | |
==> f_win2012r2: +sourcetype = dmesg | |
==> f_win2012r2: + | |
==> f_win2012r2: +[WinEventLog://Application] | |
==> f_win2012r2: +index = opsinfra | |
==> f_win2012r2: + | |
==> f_win2012r2: +[WinEventLog://System] | |
==> f_win2012r2: +index = opsinfra | |
==> f_win2012r2: + | |
==> f_win2012r2: +[WinEventLog://Security] | |
==> f_win2012r2: +index = opsinfra | |
==> f_win2012r2: +[2018-01-16T11:27:40-08:00] INFO: splunk_template[system/inputs.conf] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: splunk_template[system/inputs.conf] sending touch action to file[splunk-marker] (immediate) | |
==> f_win2012r2: Recipe: cerner_splunk::_restart_marker | |
==> f_win2012r2: * file[splunk-marker] action touch[2018-01-16T11:27:40-08:00] INFO: file[splunk-marker] updated atime and mtime to 2018-01-16 11:27:40 -0800 | |
==> f_win2012r2: | |
==> f_win2012r2: - update utime on file C:/chef/cache/.restart_splunk | |
==> f_win2012r2: Recipe: cerner_splunk::_configure_outputs | |
==> f_win2012r2: * splunk_template[system/outputs.conf] action create[2018-01-16T11:27:40-08:00] INFO: splunk_template[system/outputs.conf] created file C:/Program Files/splunkforwarder/etc/system/local/outputs.conf | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/system/local/outputs.conf[2018-01-16T11:27:40-08:00] INFO: splunk_template[system/outputs.conf] updated file contents C:/Program Files/splunkforwarder/etc/system/local/outputs.conf | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/system/local/outputs.conf from none to 600b25 | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/system/local/outputs.conf 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: +++ C:/Program Files/splunkforwarder/etc/system/local/chef-outputs20180116-820-18z9swp.conf 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: @@ -1 +1,28 @@ | |
==> f_win2012r2: +# Auto Generated and Managed with Chef! | |
==> f_win2012r2: +# EVERY TIME YOU MANUALLY EDIT THIS FILE, | |
==> f_win2012r2: +# APES GO BANANNAS MONKEYPATCHING UR RUBIES | |
==> f_win2012r2: +# SO DON'T DO IT CHIMP!!!!! BORK BORK BORK!!!!! | |
==> f_win2012r2: + | |
==> f_win2012r2: + | |
==> f_win2012r2: +[tcpout] | |
==> f_win2012r2: +forwardedindex.0.whitelist = .* | |
==> f_win2012r2: +forwardedindex.1.blacklist = _thefishbucket | |
==> f_win2012r2: +forwardedindex.2.whitelist = | |
==> f_win2012r2: + | |
==> f_win2012r2: | |
==> f_win2012r2: +[indexer_discovery:cerner_splunk/cluster-vagrant-site1] | |
==> f_win2012r2: +send_timeout = 30 | |
==> f_win2012r2: +rcv_timeout = 30 | |
==> f_win2012r2: +master_uri = https://33.33.33.35:8089 | |
==> f_win2012r2: +pass4SymmKey = $1$HB9lX6KsRdOG | |
==> f_win2012r2: + | |
==> f_win2012r2: +[tcpout:cerner_splunk/cluster-vagrant-site1] | |
==> f_win2012r2: +indexerDiscovery = cerner_splunk/cluster-vagrant-site1 | |
==> f_win2012r2: + | |
==> f_win2012r2: +[tcpout:cerner_splunk/cluster-standalone] | |
==> f_win2012r2: +server = 33.33.33.20:9997 | |
==> f_win2012r2: + | |
==> f_win2012r2: +[tcpout:cerner_splunk/cluster-vagrant] | |
==> f_win2012r2: +useACK = false | |
==> f_win2012r2: +server = 33.33.33.12:9997,33.33.33.13:9997,33.33.33.14:9997 | |
==> f_win2012r2: +[2018-01-16T11:27:40-08:00] INFO: splunk_template[system/outputs.conf] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: splunk_template[system/outputs.conf] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: splunk_template[system/outputs.conf] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: splunk_template[system/outputs.conf] sending touch action to file[splunk-marker] (immediate) | |
==> f_win2012r2: Recipe: cerner_splunk::_restart_marker | |
==> f_win2012r2: * file[splunk-marker] action touch[2018-01-16T11:27:40-08:00] INFO: file[splunk-marker] updated atime and mtime to 2018-01-16 11:27:40 -0800 | |
==> f_win2012r2: | |
==> f_win2012r2: - update utime on file C:/chef/cache/.restart_splunk | |
==> f_win2012r2: Recipe: cerner_splunk::_configure_apps | |
==> f_win2012r2: * splunk_app[my_app] action create | |
==> f_win2012r2: Recipe: <Dynamically Defined Resource> | |
==> f_win2012r2: * remote_file[C:/chef/cache/my_app.tgz] action create[2018-01-16T11:27:40-08:00] INFO: remote_file[C:/chef/cache/my_app.tgz] created file C:/chef/cache/my_app.tgz | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/chef/cache/my_app.tgz | |
==> f_win2012r2: - update content in file C:/chef/cache/my_app.tgz from none to e8af17 | |
==> f_win2012r2: (new content is binary, diff output suppressed) | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/my_app.old] action delete (up to date) | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/my_app] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/my_app/local] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/local] created directory C:/Program Files/splunkforwarder/etc/apps/my_app/local | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/my_app/local[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/local] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/local] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/local] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/my_app/default] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/default] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/default] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/default] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/my_app/metadata] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/metadata] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/metadata] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/metadata] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/my_app/lookups] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/lookups] created directory C:/Program Files/splunkforwarder/etc/apps/my_app/lookups | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/my_app/lookups[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/lookups] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/lookups] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/my_app/lookups] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/my_app.old] action delete (up to date) | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: splunk_app[my_app] sending touch action to file[splunk-marker] (immediate) | |
==> f_win2012r2: Recipe: cerner_splunk::_restart_marker | |
==> f_win2012r2: * file[splunk-marker] action touch[2018-01-16T11:27:40-08:00] INFO: file[splunk-marker] updated atime and mtime to 2018-01-16 11:27:40 -0800 | |
==> f_win2012r2: | |
==> f_win2012r2: - update utime on file C:/chef/cache/.restart_splunk | |
==> f_win2012r2: Recipe: cerner_splunk::_configure_apps | |
==> f_win2012r2: * splunk_app[awesome_splunk_app] action create | |
==> f_win2012r2: Recipe: <Dynamically Defined Resource> | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/local] action create | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/local] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/local | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/local | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/local] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta] action create[2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta] created file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta[2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta] updated file contents C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta from none to 7c3d8c | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: +++ C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/chef-default20180116-820-1e66p2e.meta 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: @@ -1 +1,13 @@ | |
==> f_win2012r2: +# Auto Generated and Managed with Chef! | |
==> f_win2012r2: +# EVERY TIME YOU MANUALLY EDIT THIS FILE, | |
==> f_win2012r2: +# APES GO BANANNAS MONKEYPATCHING UR RUBIES | |
==> f_win2012r2: +# SO DON'T DO IT CHIMP!!!!! BORK BORK BORK!!!!! | |
==> f_win2012r2: + | |
==> f_win2012r2: + | |
==> f_win2012r2: +[] | |
==> f_win2012r2: +access = read : [ * ], write : [ admin, power ] | |
==> f_win2012r2: + | |
==> f_win2012r2: +[tags] | |
==> f_win2012r2: +export = system | |
==> f_win2012r2: +[2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/metadata/default.meta] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * remote_file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/index-owners.csv] action create[2018-01-16T11:27:40-08:00] INFO: remote_file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/index-owners.csv] created file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/index-owners.csv | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/index-owners.csv[2018-01-16T11:27:40-08:00] INFO: remote_file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/index-owners.csv] updated file contents C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/index-owners.csv | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/index-owners.csv from none to 0a7dc1 | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/index-owners.csv 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: +++ C:/Users/vagrant/AppData/Local/Temp/chef-rest20180116-820-1wh8h1j 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: @@ -1 +1,5 @@ | |
==> f_win2012r2: +index,owners | |
==> f_win2012r2: | |
==> f_win2012r2: +index1,owner1 | |
==> f_win2012r2: +index2,owner2 | |
==> f_win2012r2: +index3,owner3 | |
==> f_win2012r2: * remote_file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/test.csv] action create | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/test.csv[2018-01-16T11:27:40-08:00] INFO: remote_file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/test.csv] updated file contents C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/test.csv | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/test.csv from none to 5cde09 | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/lookups/test.csv 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: +++ C:/Users/vagrant/AppData/Local/Temp/chef-rest20180116-820-syl6k9 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: @@ -1 +1,4 @@ | |
==> f_win2012r2: +column00,column01,column02 | |
==> f_win2012r2: +column10,,column12 | |
==> f_win2012r2: +column20,column21, | |
==> f_win2012r2: * template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf] action create | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf[2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf] updated file contents C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf from none to 0b000c | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: +++ C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/chef-app20180116-820-zqv6f.conf 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: @@ -1 +1,17 @@ | |
==> f_win2012r2: +# Auto Generated and Managed with Chef! | |
==> f_win2012r2: +# EVERY TIME YOU MANUALLY EDIT THIS FILE, | |
==> f_win2012r2: +# APES GO BANANNAS MONKEYPATCHING UR RUBIES | |
==> f_win2012r2: +# SO DON'T DO IT CHIMP!!!!! BORK BORK BORK!!!!! | |
==> f_win2012r2: + | |
==> f_win2012r2: + | |
==> f_win2012r2: +[install] | |
==> f_win2012r2: +is_configured = 0 | |
==> f_win2012r2: + | |
==> f_win2012r2: +[ui] | |
==> f_win2012r2: +is_visible = 1 | |
==> f_win2012r2: +label = Awesome Splunk Master App 1.00 | |
==> f_win2012r2: + | |
==> f_win2012r2: +[launcher] | |
==> f_win2012r2: +description = $1$PgBhQqqkTZaUio9U4bggq/Tlyg== | |
==> f_win2012r2: +[2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/app.conf] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf] action create[2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf] created file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf[2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf] updated file contents C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf from none to 859638 | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: +++ C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/chef-props20180116-820-r5ujyj.conf 2018-01-16 11:27:40.000000000 -0800 | |
==> f_win2012r2: @@ -1 +1,11 @@ | |
==> f_win2012r2: +# Auto Generated and Managed with Chef! | |
==> f_win2012r2: +# EVERY TIME YOU MANUALLY EDIT THIS FILE, | |
==> f_win2012r2: +# APES GO BANANNAS MONKEYPATCHING UR RUBIES | |
==> f_win2012r2: +# SO DON'T DO IT CHIMP!!!!! BORK BORK BORK!!!!! | |
==> f_win2012r2: + | |
==> f_win2012r2: + | |
==> f_win2012r2: +[sendmail] | |
==> f_win2012r2: +FIELDALIAS-msgid = mid AS msgid | |
==> f_win2012r2: +EXTRACT-qid = sendmail[^\]]*\]:\s+(?<qid>[^:]*): | |
==> f_win2012r2: +[2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: template[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/props.conf] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data] group changed to S-1-5-18 | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui] action create[2018-01-16T11:27:40-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui[2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views] action create[2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views[2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml] action create[2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml] created file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml[2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml] updated file contents C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml from none to 3e3655 | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml 2018-01-16 11:27:41.000000000 -0800 | |
==> f_win2012r2: +++ C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/chef-all_index20180116-820-6adt3k.xml 2018-01-16 11:27:41.000000000 -0800 | |
==> f_win2012r2: @@ -1 +1,2 @@ | |
==> f_win2012r2: +<dashboard><label>Awesome_Dashboard</label><description>Bacon for all</description><row><chart><searchString>index=* | timechart count</searchString><earliestTime>@d</earliestTime><latestTime>now</latestTime></chart></row></dashboard>[2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/views/all_index.xml] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data] action create (up to date) | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui] action create (up to date) | |
==> f_win2012r2: * directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav] action create[2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav] created directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav | |
==> f_win2012r2: | |
==> f_win2012r2: - create new directory C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav[2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: directory[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:e0010000, NT AUTHORITY\SYSTEM/flags:0/mask:a0000000, Everyone/flags:0/mask:a0000000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: * file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml] action create[2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml] created file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml | |
==> f_win2012r2: | |
==> f_win2012r2: - create new file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml[2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml] updated file contents C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml from none to 8483a3 | |
==> f_win2012r2: --- C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml 2018-01-16 11:27:41.000000000 -0800 | |
==> f_win2012r2: +++ C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/chef-default20180116-820-52wtrj.xml 2018-01-16 11:27:41.000000000 -0800 | |
==> f_win2012r2: @@ -1 +1,2 @@ | |
==> f_win2012r2: +<nav search_view="search" color="#72231F"><view name="search" default='true' /><view name="data_models" /><view name="reports" /><view name="alerts" /><view name="dashboards" /></nav> | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: file[C:/Program Files/splunkforwarder/etc/apps/awesome_splunk_app/default/data/ui/nav/default.xml] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: splunk_app[awesome_splunk_app] sending touch action to file[splunk-marker] (immediate) | |
==> f_win2012r2: Recipe: cerner_splunk::_restart_marker | |
==> f_win2012r2: * file[splunk-marker] action touch[2018-01-16T11:27:41-08:00] INFO: file[splunk-marker] updated atime and mtime to 2018-01-16 11:27:41 -0800 | |
==> f_win2012r2: | |
==> f_win2012r2: - update utime on file C:/chef/cache/.restart_splunk | |
==> f_win2012r2: Recipe: cerner_splunk::_start | |
==> f_win2012r2: * execute[C:\"Program Files"\splunkforwarder\bin\splunk enable boot-start -user SYSTEM] action run (skipped due to not_if) | |
==> f_win2012r2: * ruby_block[insert ulimit] action run (skipped due to not_if) | |
==> f_win2012r2: * ruby_block[restart-splunk-for-ulimit] action run (skipped due to only_if) | |
==> f_win2012r2: * ruby_block[start-splunk] action run[2018-01-16T11:27:41-08:00] INFO: ruby_block[start-splunk] called | |
==> f_win2012r2: | |
==> f_win2012r2: | |
==> f_win2012r2: - execute the ruby block start-splunk | |
==> f_win2012r2: [2018-01-16T11:27:41-08:00] INFO: ruby_block[start-splunk] sending start action to windows_service[splunk] (immediate) | |
==> f_win2012r2: Recipe: cerner_splunk::_install | |
==> f_win2012r2: * windows_service[splunk] action start[2018-01-16T11:27:41-08:00] INFO: windows_service[splunk] configured with {:service_name=>"SplunkForwarder"} | |
==> f_win2012r2: [2018-01-16T11:27:46-08:00] INFO: windows_service[splunk] started | |
==> f_win2012r2: - start service windows_service[splunk] | |
==> f_win2012r2: | |
==> f_win2012r2: Recipe: cerner_splunk::_restart_marker | |
==> f_win2012r2: | |
==> f_win2012r2: * file[splunk-marker] action delete[2018-01-16T11:27:47-08:00] INFO: file[splunk-marker] deleted file at C:/chef/cache/.restart_splunk | |
==> f_win2012r2: | |
==> f_win2012r2: - delete file C:/chef/cache/.restart_splunk | |
==> f_win2012r2: Recipe: cerner_splunk::_generate_password | |
==> f_win2012r2: | |
==> f_win2012r2: * execute[change-admin-password] action run | |
==> f_win2012r2: - execute sensitive resource | |
==> f_win2012r2: | |
==> f_win2012r2: * ruby_block[update admin password in run_state] action run[2018-01-16T11:27:48-08:00] INFO: ruby_block[update admin password in run_state] called | |
==> f_win2012r2: | |
==> f_win2012r2: - execute the ruby block update admin password in run_state | |
==> f_win2012r2: * file[C:\ProgramData/splunk/password] action create | |
==> f_win2012r2: - create new file C:\ProgramData/splunk/password[2018-01-16T11:27:49-08:00] INFO: file[C:\ProgramData/splunk/password] updated file contents C:\ProgramData/splunk/password | |
==> f_win2012r2: | |
==> f_win2012r2: - update content in file C:\ProgramData/splunk/password from none to 21e815 | |
==> f_win2012r2: - suppressed sensitive resource[2018-01-16T11:27:49-08:00] INFO: file[C:\ProgramData/splunk/password] owner changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:49-08:00] INFO: file[C:\ProgramData/splunk/password] group changed to S-1-5-18 | |
==> f_win2012r2: [2018-01-16T11:27:49-08:00] INFO: file[C:\ProgramData/splunk/password] permissions changed to [NT AUTHORITY\SYSTEM/flags:0/mask:c0010000] | |
==> f_win2012r2: | |
==> f_win2012r2: - change dacl | |
==> f_win2012r2: - change owner | |
==> f_win2012r2: - change group | |
==> f_win2012r2: [2018-01-16T11:27:49-08:00] INFO: ruby_block[splunk-delayed-restart] sending restart action to windows_service[splunk-restart] (delayed) | |
==> f_win2012r2: Recipe: cerner_splunk::_install | |
==> f_win2012r2: * windows_service[splunk-restart] action restart (skipped due to only_if) | |
==> f_win2012r2: [2018-01-16T11:27:49-08:00] INFO: Chef Run complete in 42.828133 seconds | |
==> f_win2012r2: | |
==> f_win2012r2: | |
==> f_win2012r2: Running handlers: | |
==> f_win2012r2: [2018-01-16T11:27:49-08:00] INFO: Running report handlers | |
==> f_win2012r2: | |
==> f_win2012r2: Running handlers complete | |
==> f_win2012r2: [2018-01-16T11:27:49-08:00] INFO: Report handlers complete | |
==> f_win2012r2: Chef Client finished, 46/58 resources updated in 47 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment