{"id":23034141,"url":"https://github.com/autostructure/simp_open_source_install","last_synced_at":"2025-04-02T22:15:14.979Z","repository":{"id":136317438,"uuid":"118159048","full_name":"autostructure/simp_open_source_install","owner":"autostructure","description":"Incomplete effort to integrate open source simp into a puppet master.","archived":false,"fork":false,"pushed_at":"2018-01-19T17:54:25.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T12:45:52.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autostructure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-19T17:54:00.000Z","updated_at":"2018-01-19T17:54:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"594b968f-01a3-4a6e-852f-0c734db7017d","html_url":"https://github.com/autostructure/simp_open_source_install","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autostructure%2Fsimp_open_source_install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autostructure%2Fsimp_open_source_install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autostructure%2Fsimp_open_source_install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autostructure%2Fsimp_open_source_install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autostructure","download_url":"https://codeload.github.com/autostructure/simp_open_source_install/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246899668,"owners_count":20851898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T16:29:30.186Z","updated_at":"2025-04-02T22:15:14.938Z","avatar_url":"https://github.com/autostructure.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitver\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [Setup - The basics of getting started with gitver](#setup)\n    * [What gitver affects](#what-gitver-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with gitver](#beginning-with-gitver)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\nINTEGRATION NOTES:\n\nBelow are my notes i recorded when i attempted to integrate simp on 2018-JAN-19.\n\nIt did not run.  The last thing I worked on was trying to read and print out the\nhiera data.  The site.pp had trouble instantiating simp_options too.\n\nMY NOTES:\n\n\n#simp\n#install\n\nSource:\nhttp://simp.readthedocs.io/en/6.1.0-0/getting_started_guide/Preparing_For_Non_Rpm_Install.html#preparing-for-non-rpm-install\nhttp://simp.readthedocs.io/en/6.1.0-0/getting_started_guide/Installing_SIMP_using_r10k.html\nhttp://simp.readthedocs.io/en/6.1.0-0/user_guide/HOWTO/Control_Repo.html\nhttp://simp.readthedocs.io/en/6.1.0-0/getting_started_guide/Initial_Configuration.html#initial-configuration\n\n\n# start with \"3.6. Installing SIMP Using r10k or Code Manager\"\n\n[root@puppet var]# mkdir -p /var/simp/environments/production/site_files\n[root@puppet var]# mkdir -p /var/simp/environments/production/site_files/modules\n[root@puppet var]# mkdir -p /var/simp/environments/production/site_files/modules/pki_files\n[root@puppet var]# mkdir -p /var/simp/environments/production/site_files/modules/pki_files\\files\n[root@puppet var]# mkdir -p /var/simp/environments/production/site_files/modules/pki_files/files/keydist\n[root@puppet var]# chown root.puppet /var/simp/environments/production/site_files\nchown: invalid user: ‘root.puppet’\n[root@puppet var]# mkdir -p /var/simp/environments/simp_dev\n[root@puppet var]# mkdir -p /var/simp/environments/simp_dev/site_files\n[root@puppet var]# mkdir -p /var/simp/environments/simp_dev/site_files/modules\n[root@puppet var]# mkdir -p /var/simp/environments/simp_dev/site_files/modules/pki_files\n[root@puppet var]# mkdir -p /var/simp/environments/simp_dev/site_files/modules/pki_files\\files\n[root@puppet var]# mkdir -p /var/simp/environments/simp_dev/site_files/modules/pki_files\\files\\keydist\n[root@puppet var]# mkdir -p /var/simp/environments/simp_dev/site_files/simp_autofiles\n[root@puppet var]# mkdir -p /var/simp/environments/production/site_files/simp_autofiles\n\n\nJeffs-MacBook-Pro:simp_dev jeff$ mkdir -p /tmp/simp-rsync\nJeffs-MacBook-Pro:simp_dev jeff$ cd /tmp/simp-rsync/\nJeffs-MacBook-Pro:simp-rsync jeff$ git clone https://github.com/simp/simp-rsync.git /tmp/simp-rsync\nCloning into '/tmp/simp-rsync'...\nremote: Counting objects: 205, done.\nremote: Total 205 (delta 0), reused 0 (delta 0), pack-reused 205\nReceiving objects: 100% (205/205), 53.12 KiB | 1.06 MiB/s, done.\nResolving deltas: 100% (57/57), done.\nJeffs-MacBook-Pro:simp-rsync jeff$ ll\ntotal 64\ndrwxr-xr-x  13 jeff  wheel   416 Jan 17 15:19 .git/\n-rw-r--r--   1 jeff  wheel   180 Jan 17 15:19 .gitignore\n-rw-r--r--   1 jeff  wheel   475 Jan 17 15:19 .travis.yml\n-rw-r--r--   1 jeff  wheel   197 Jan 17 15:19 CONTRIBUTING.md\n-rw-r--r--   1 jeff  wheel   862 Jan 17 15:19 Gemfile\n-rw-r--r--   1 jeff  wheel  1012 Jan 17 15:19 LICENSE\n-rw-r--r--   1 jeff  wheel  2250 Jan 17 15:19 README.md\n-rw-r--r--   1 jeff  wheel  4201 Jan 17 15:19 Rakefile\ndrwxr-xr-x   4 jeff  wheel   128 Jan 17 15:19 build/\ndrwxr-xr-x   3 jeff  wheel    96 Jan 17 15:19 environments/\nJeffs-MacBook-Pro:simp-rsync jeff$\n\n# on puppet master...\n\nJeffs-MacBook-Pro:simp-rsync jeff$ pwd\n/tmp/simp-rsync\nJeffs-MacBook-Pro:simp-rsync jeff$ git clone https://github.com/simp/simp-rsync.git /tmp/simp-rsync\nCloning into '/tmp/simp-rsync'...\nremote: Counting objects: 205, done.\nremote: Total 205 (delta 0), reused 0 (delta 0), pack-reused 205\nReceiving objects: 100% (205/205), 53.12 KiB | 1.06 MiB/s, done.\nResolving deltas: 100% (57/57), done.\nJeffs-MacBook-Pro:simp-rsync jeff$ ll\ntotal 64\ndrwxr-xr-x  13 jeff  wheel   416 Jan 17 15:19 .git/\n-rw-r--r--   1 jeff  wheel   180 Jan 17 15:19 .gitignore\n-rw-r--r--   1 jeff  wheel   475 Jan 17 15:19 .travis.yml\n-rw-r--r--   1 jeff  wheel   197 Jan 17 15:19 CONTRIBUTING.md\n-rw-r--r--   1 jeff  wheel   862 Jan 17 15:19 Gemfile\n-rw-r--r--   1 jeff  wheel  1012 Jan 17 15:19 LICENSE\n-rw-r--r--   1 jeff  wheel  2250 Jan 17 15:19 README.md\n-rw-r--r--   1 jeff  wheel  4201 Jan 17 15:19 Rakefile\ndrwxr-xr-x   4 jeff  wheel   128 Jan 17 15:19 build/\ndrwxr-xr-x   3 jeff  wheel    96 Jan 17 15:19 environments/\nJeffs-MacBook-Pro:simp-rsync jeff$ pwd\n/tmp/simp-rsync\n\n# on dev machine...\n\nJeffs-MacBook-Pro:simp-rsync jeff$\nJeffs-MacBook-Pro:simp-rsync jeff$ scp -r /tmp/simp-rsync/ root@192.168.0.136:/tmp/\nroot@192.168.0.136's password:\nLICENSE                                                                                                     100% 1012   524.8KB/s   00:00    \nREADME                                                                                                      100%  965   161.9KB/s   00:00    \n.rsync.facl                                                                                                 100% 9818     4.1MB/s   00:00    \nLICENSE                                                                                                     100%  815   182.1KB/s   00:00    \nyour.domain                                                                                                 100%  150   121.7KB/s   00:00    \nnamed.conf                                                                                                  100% 1808     1.6MB/s   00:00    \nrndc.key                                                                                                    100%  113   135.7KB/s   00:00    \nnamed.broadcast                                                                                             100%  427   377.0KB/s   00:00    \nnamed.ip6.local                                                                                             100%  424   392.9KB/s   00:00    \nnamed.zero                                                                                                  100%  427   381.9KB/s   00:00    \nnamed.root                                                                                                  100% 1892     2.1MB/s   00:00    \n0.0.10.db                                                                                                   100%  193   173.1KB/s   00:00    \nmy.ddns.internal.zone.db                                                                                    100%   56    53.1KB/s   00:00    \nmy.slave.internal.zone.db                                                                                   100%   56    60.0KB/s   00:00    \nnamed.local                                                                                                 100%  426   396.2KB/s   00:00    \nnamed_mem_stats.txt                                                                                         100% 5117     4.2MB/s   00:00    \nlocalhost.zone                                                                                              100%  195   169.1KB/s   00:00    \nyour.domain.db                                                                                              100%  227   231.4KB/s   00:00    \nlocaldomain.zone                                                                                            100%  198   125.6KB/s   00:00    \nnamed.pid                                                                                                   100%    5     4.6KB/s   00:00    \n.shares                                                                                                     100%   57    46.9KB/s   00:00    \nLICENSE                                                                                                     100%  815   642.4KB/s   00:00    \nyour.domain                                                                                                 100%  150   117.9KB/s   00:00    \nnamed.conf                                                                                                  100% 1768     1.6MB/s   00:00    \nrndc.key                                                                                                    100%  113    74.3KB/s   00:00    \nnamed.broadcast                                                                                             100%  427    99.5KB/s   00:00    \nnamed.ip6.local                                                                                             100%  424   354.8KB/s   00:00    \nnamed.zero                                                                                                  100%  427   369.7KB/s   00:00    \nnamed.root                                                                                                  100% 1892     1.8MB/s   00:00    \n0.0.10.db                                                                                                   100%  193   218.9KB/s   00:00    \nmy.ddns.internal.zone.db                                                                                    100%   56    68.6KB/s   00:00    \nmy.slave.internal.zone.db                                                                                   100%   56    67.5KB/s   00:00    \nnamed.local                                                                                                 100%  426   438.4KB/s   00:00    \nnamed_mem_stats.txt                                                                                         100% 5117     3.1MB/s   00:00    \nlocalhost.zone                                                                                              100%  195   224.6KB/s   00:00    \nyour.domain.db                                                                                              100%  227   256.6KB/s   00:00    \nlocaldomain.zone                                                                                            100%  198   223.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \nnamed.pid                                                                                                   100%    5     6.4KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.shares                                                                                                     100%   57    64.7KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \nLICENSE                                                                                                     100%  815   651.3KB/s   00:00    \ndhcpd.conf                                                                                                  100%  674   758.3KB/s   00:00    \n.shares                                                                                                     100%   57    44.9KB/s   00:00    \nREADME                                                                                                      100%  340   261.2KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.gitignore                                                                                                  100%    0     0.0KB/s   00:00    \n.shares                                                                                                     100%   57    42.4KB/s   00:00    \n.gitignore                                                                                                  100%   12     9.2KB/s   00:00    \nREADME.md                                                                                                   100% 2250     1.6MB/s   00:00    \nRakefile                                                                                                    100% 4201     2.8MB/s   00:00    \n.gitignore                                                                                                  100%  180    30.8KB/s   00:00    \nCONTRIBUTING.md                                                                                             100%  197   170.6KB/s   00:00    \nGemfile                                                                                                     100%  862   630.6KB/s   00:00    \nsimp-rsync.spec                                                                                             100%   12KB   7.0MB/s   00:00    \nfreshclam.conf                                                                                              100% 2145     1.6MB/s   00:00    \nconfig                                                                                                      100%  308   309.5KB/s   00:00    \npack-635f40315a29572a122411f8f3e2aada01451a5c.pack                                                          100%   53KB  20.8MB/s   00:00    \npack-635f40315a29572a122411f8f3e2aada01451a5c.idx                                                           100% 6812     6.1MB/s   00:00    \nHEAD                                                                                                        100%   23    21.1KB/s   00:00    \nexclude                                                                                                     100%  240   206.3KB/s   00:00    \nHEAD                                                                                                        100%  190   167.0KB/s   00:00    \nmaster                                                                                                      100%  190   180.5KB/s   00:00    \nHEAD                                                                                                        100%  190   132.4KB/s   00:00    \ndescription                                                                                                 100%   73    63.3KB/s   00:00    \ncommit-msg.sample                                                                                           100%  896   379.9KB/s   00:00    \npre-rebase.sample                                                                                           100% 4898     2.6MB/s   00:00    \npre-commit.sample                                                                                           100% 1642     1.4MB/s   00:00    \napplypatch-msg.sample                                                                                       100%  478   438.3KB/s   00:00    \npre-receive.sample                                                                                          100%  544   460.4KB/s   00:00    \nprepare-commit-msg.sample                                                                                   100% 1239   924.3KB/s   00:00    \npost-update.sample                                                                                          100%  189    45.8KB/s   00:00    \npre-applypatch.sample                                                                                       100%  424   314.6KB/s   00:00    \npre-push.sample                                                                                             100% 1348   991.3KB/s   00:00    \nupdate.sample                                                                                               100% 3610     2.7MB/s   00:00    \nmaster                                                                                                      100%   41    47.6KB/s   00:00    \nHEAD                                                                                                        100%   32    28.3KB/s   00:00    \nindex                                                                                                       100%   10KB   9.4MB/s   00:00    \npacked-refs                                                                                                 100%  882     1.0MB/s   00:00    \n.travis.yml                                                                                                 100%  475   337.4KB/s   00:00    \nJeffs-MacBook-Pro:simp-rsync jeff$\n\n\n# on puppet master\n\nmv -f /tmp/simp-rsync/environments/simp/rsync/ /var/simp/environments/simp_dev/\n\nln -s /var/simp/environments/simp_dev/rsync/RedHat/ /var/simp/environments/simp_dev/rsync/CentOS\n\n# skipping...\n# If simp_options::clamav is set to true, the following step is required, otherwise you can skip it.\n\n# url in doc is wrong --\u003e curl -s https://packagecloud.io/install/repositories/simp-project/6_X_Dependencies/script.rpm.sh.rpm | bash\n# found this on web...\ncurl -s https://packagecloud.io/install/repositories/simp-project/6_X_Dependencies/script.rpm.sh | sudo bash\n\n.\n.\n.\n\n[root@puppet simp-rsync]# curl -s https://packagecloud.io/install/repositories/simp-project/6_X_Dependencies/script.rpm.sh.rpm | bash\nbash: line 1: syntax error near unexpected token `newline'\nbash: line 1: `\u003c!DOCTYPE html\u003e'\n[root@puppet simp-rsync]# curl -s https://packagecloud.io/install/repositories/simp-project/6_X_Dependencies/script.rpm.sh | sudo bash\nDetected operating system as centos/7.\nChecking for curl...\nDetected curl...\nDownloading repository file: https://packagecloud.io/install/repositories/simp-project/6_X_Dependencies/config_file.repo?os=centos\u0026dist=7\u0026source=script\ndone.\nInstalling pygpgme to verify GPG signatures...\nLoaded plugins: fastestmirror, langpacks\nsimp-project_6_X_Dependencies-source/signature                                                                                                                                                 |  836 B  00:00:00     \nRetrieving key from https://packagecloud.io/simp-project/6_X_Dependencies/gpgkey\nImporting GPG key 0xEBE5642E:\n Userid     : \"https://packagecloud.io/simp-project/6_X_Dependencies (https://packagecloud.io/docs#gpg_signing) \u003csupport@packagecloud.io\u003e\"\n Fingerprint: 757f 6e95 47bf fb41 e2fc 5e35 7909 0a18 ebe5 642e\n From       : https://packagecloud.io/simp-project/6_X_Dependencies/gpgkey\nsimp-project_6_X_Dependencies-source/signature                                                                                                                                                 |  951 B  00:00:00 !!!\nsimp-project_6_X_Dependencies-source/primary                                                                                                                                                   |  175 B  00:00:11     \nLoading mirror speeds from cached hostfile\n * base: mirrors.syringanetworks.net\n * extras: mirrors.syringanetworks.net\n * updates: mirrors.syringanetworks.net\nPackage pygpgme-0.3-9.el7.x86_64 already installed and latest version\nNothing to do\nInstalling yum-utils...\nLoaded plugins: fastestmirror, langpacks\nLoading mirror speeds from cached hostfile\n * base: mirrors.syringanetworks.net\n * extras: mirrors.syringanetworks.net\n * updates: mirrors.syringanetworks.net\nResolving Dependencies\n--\u003e Running transaction check\n---\u003e Package yum-utils.noarch 0:1.1.31-40.el7 will be updated\n---\u003e Package yum-utils.noarch 0:1.1.31-42.el7 will be an update\n--\u003e Finished Dependency Resolution\n\nDependencies Resolved\n\n======================================================================================================================================================================================================================\n Package                                             Arch                                             Version                                                    Repository                                      Size\n======================================================================================================================================================================================================================\nUpdating:\n yum-utils                                           noarch                                           1.1.31-42.el7                                              base                                           117 k\n\nTransaction Summary\n======================================================================================================================================================================================================================\nUpgrade  1 Package\n\nTotal size: 117 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Updating   : yum-utils-1.1.31-42.el7.noarch                                                                                                                                                                     1/2\n  Cleanup    : yum-utils-1.1.31-40.el7.noarch                                                                                                                                                                     2/2\n  Verifying  : yum-utils-1.1.31-42.el7.noarch                                                                                                                                                                     1/2\n  Verifying  : yum-utils-1.1.31-40.el7.noarch                                                                                                                                                                     2/2\n\nUpdated:\n  yum-utils.noarch 0:1.1.31-42.el7                                                                                                                                                                                    \n\nComplete!\nGenerating yum cache for simp-project_6_X_Dependencies...\nImporting GPG key 0xEBE5642E:\n Userid     : \"https://packagecloud.io/simp-project/6_X_Dependencies (https://packagecloud.io/docs#gpg_signing) \u003csupport@packagecloud.io\u003e\"\n Fingerprint: 757f 6e95 47bf fb41 e2fc 5e35 7909 0a18 ebe5 642e\n From       : https://packagecloud.io/simp-project/6_X_Dependencies/gpgkey\n\nThe repository is setup! You can now install packages.\n[root@puppet simp-rsync]#\n\n\n# on dev machine\n\ncurl -o Puppetfile https://raw.githubusercontent.com/simp/simp-core/master/Puppetfile.stable\n\n[root@puppet simp-other]# curl -o Puppetfile https://raw.githubusercontent.com/simp/simp-core/master/Puppetfile.stable\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n100 14964  100 14964    0     0   2645      0  0:00:05  0:00:05 --:--:--  3612\n[root@puppet simp-other]#\n\n\n# on dev machine\n\n# NOTE: the preceding \":\" in the file below seems strange (earlier hiera version?\n#       see further below for my modified version...\n\n$ vi hiera.yaml\n\n---\n\n# This is the default hiera.yaml file\n# Feel free to modify the hierarchy to suit your needs but please\n# leave the simp* entries in place at the bottom of the list\n:backends:\n  - 'yaml'\n  - 'json'\n:hierarchy:\n  - 'hosts/%{trusted.certname}'\n  - 'hosts/%{facts.fqdn}'\n  - 'hosts/%{facts.hostname}'\n  - 'domains/%{facts.domain}'\n  - '%{facts.os.family}'\n  - '%{facts.os.name}/%{facts.os.release.full}'\n  - '%{facts.os.name}/%{facts.os.release.major}'\n  - '%{facts.os.name}'\n  - 'hostgroups/%{::hostgroup}'\n  - 'default'\n  - 'compliance_profiles/%{::compliance_profile}'\n  - 'simp_config_settings'\n  - 'scenarios/%{::simp_scenario}'\n:logger: 'puppet'\n# When specifying a datadir:\n# # 1) Make sure the directory exists\n# # 2) Make sure the directory reflects the hierarchy\n:yaml:\n  :datadir: '/etc/puppetlabs/code/environments/%{::environment}/hieradata'\n:json:\n  :datadir: '/etc/puppetlabs/code/environments/%{::environment}/hieradata'\n\n\n\n$ vi hiera.yaml\n\n---\nversion: 5\ndefaults:\n  datadir: \"hieradata\"\n# This is the default hiera.yaml file\n# Feel free to modify the hierarchy to suit your needs but please\n# leave the simp* entries in place at the bottom of the list\nbackends:\n  - 'yaml'\n  - 'json'\nhierarchy:\n  - 'hosts/%{trusted.certname}'\n  - 'hosts/%{facts.fqdn}'\n  - 'hosts/%{facts.hostname}'\n  - 'domains/%{facts.domain}'\n  - '%{facts.os.family}'\n  - '%{facts.os.name}/%{facts.os.release.full}'\n  - '%{facts.os.name}/%{facts.os.release.major}'\n  - '%{facts.os.name}'\n  - 'hostgroups/%{::hostgroup}'\n  - 'default'\n  - 'compliance_profiles/%{::compliance_profile}'\n  - 'simp_config_settings'\n  - 'scenarios/%{::simp_scenario}'\nlogger: 'puppet'\n# When specifying a datadir:\n# # 1) Make sure the directory exists\n# # 2) Make sure the directory reflects the hierarchy\nyaml:\n  datadir: '/etc/puppetlabs/code/environments/%{::environment}/hieradata'\njson:\n  datadir: '/etc/puppetlabs/code/environments/%{::environment}/hieradata'\n\n\n\n#environment.conf\n\n# NOTE: \tMy environment was called \"simp_dev\" instead of \"simp\" prompting a change...\n\t\t#modulepath = modules:/var/simp/environments/simp/site_files:$basemodulepath\n\t\tmodulepath = modules:/var/simp/environments/simp_dev/site_files:$basemodulepath\n\n# NOTE:\tThis file came from:\n\t\tsimp-environment-skeleton/environments/simp/environment.conf\n\t\thttps://github.com/simp/simp-environment-skeleton/blob/master/environments/simp/environment.conf\n\nenvironment.conf\n\n## Puppet Enterprise requires $basemodulepath; see note below under \"modulepath\".\n#modulepath = site:modules:$basemodulepath\n#modulepath = modules:/var/simp/environments/simp/site_files:$basemodulepath\nmodulepath = modules:/var/simp/environments/simp_dev/site_files:$basemodulepath\nenvironment_timeout = 0\n\n\n\nclear ; a=`date` ; puppet code deploy simp_dev --wait ; b=`date` ; echo \"Start: ${a}\" ; echo \"Ended: ${b}\"\n\n\n# DIDNT WORK, NO CLASSES SHOWED UP.\n\n# removed other moduledir in Puppetfile per docs...\n# Source:\n# http://simp.readthedocs.io/en/6.1.0-0/user_guide/HOWTO/Control_Repo.html\n\nremoved stuff between\n\nmoduledir src\n\n# up to but not including\n\nmoduledir src/puppet/modules\n\ne.g.\n\nmoduledir 'src'\n\nmod 'simp-doc',\n  :git =\u003e 'https://github.com/simp/simp-doc',\n  :ref =\u003e '79c18f732f6c73b8bff21809c639771a892722f2'\n\nmod 'simp-rsync',\n  :git =\u003e 'https://github.com/simp/simp-rsync',\n  :ref =\u003e 'd03a15bfbdb7fd756b71e3e8e10b2fc7bbaa9f31'\n\nmoduledir 'src/assets'\n\nmod 'simp-adapter',\n  :git =\u003e 'https://github.com/simp/simp-adapter',\n  :ref =\u003e '6d8208fb618bdb4e05e7696a76686bb8010dc6a1'\n\nmod 'simp-environment',\n  :git =\u003e 'https://github.com/simp/simp-environment-skeleton',\n  :ref =\u003e '733d59986c7fd1cd87dcbc56a04ac82a0f5f2d30'\n\nmod 'simp-gpgkeys',\n  :git =\u003e 'https://github.com/simp/simp-gpgkeys',\n  :ref =\u003e '0cb94266ee5f02822cf6ed99df6d2597f39a26e6'\n\nmod 'simp-utils',\n  :git =\u003e 'https://github.com/simp/simp-utils',\n  :ref =\u003e '1828ea0d02f6c8a3277cffb0bbddc272afa9c93f'\n\nmoduledir 'src/rubygems'\n\nmod 'rubygem-simp_cli',\n  :git =\u003e 'https://github.com/simp/rubygem-simp-cli',\n  :ref =\u003e '7e724639c8e036d651ec81d59ec67417c3c52eb9'\n\n# vvvvvvvvvv KEEP vvvvvvvvvv\n\nmoduledir 'src/puppet/modules'\n\nmod 'bfraser-grafana',\n  :git =\u003e 'https://github.com/simp/puppet-grafana',\n  :ref =\u003e '6d426d5ccc52ff23dbbcfc45290dafd224b5d2bc'\n\n\n.\n.\n.\n\n\n# Edited environment.conf (not picking up simp modules)\n# Added \"/etc/puppetlabs/code/environments/simp_dev/src/puppet/modules:\"\n\nmodulepath = modules:/etc/puppetlabs/code/environments/simp_dev/src/puppet/modules:/var/simp/environments/simp_dev/site_files:$basemodulepath\nenvironment_timeout = 0\n\n\n# RESTART PUPPETSERVER\n\n# not sure if just service or whole machine\n# need to do to pickup new modules and classes (I think a change to environment.conf requires a restart.\n\n\n\n\n# RAN SUCCESSFULLY ON AGENT, BUT DIDNT HARDEN ANYTHING.\n\n\n\n# Found error in puppetserver.log\n\n1-18 14:15:58,731 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for dhcp failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,732 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for tftpboot failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,732 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for augeasproviders_grub failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,733 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for libreswan failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,733 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for file_concat failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,734 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for gpasswd failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,734 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for simp_grafana failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,735 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for datacat failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,735 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for network failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,735 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for augeasproviders_shellvar failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:15:58,736 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for simpcat failed with: undefined method `translation_repositories' for GettextSetup:Module\n\n\n# fix\n# Source:\n# https://tickets.puppetlabs.com/browse/DOCUMENT-711\n\npuppetserver gem update gettext-setup 0.26\nsystemctl restart pe-puppetserver.service\ntail -n 400 /var/log/puppetlabs/puppetserver/puppetserver.log\n\n# works...\n\n2018-01-18 14:26:31,640 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_postgresql failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,640 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_puppet_authorization failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,641 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_r10k failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,641 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_razor failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,642 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_repo failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,642 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_staging failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,642 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_support_script failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,643 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for puppet_enterprise failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:32,466 INFO  [qtp731307611-82] [puppetserver] Puppet 'store_report' command for puppet-agent-01.hsd1.mi.comcast.net submitted to PuppetDB with UUID 770aadef-5d00-41f1-b525-bc0e3ca6bbcc\n[root@puppet manifests]#\n[root@puppet manifests]#\n[root@puppet manifests]#\n[root@puppet manifests]#\n[root@puppet manifests]#\n[root@puppet manifests]#\n[root@puppet manifests]# puppetserver gem update gettext-setup 0.26\nUpdating installed gems\nNothing to update\n[root@puppet manifests]# puppetserver gem list gettext-setup\n\n*** LOCAL GEMS ***\n\ngettext-setup (0.29, 0.8)\n[root@puppet manifests]# systemctl restart pe-puppetserver.service\n[root@puppet manifests]#\n[root@puppet manifests]#\n[root@puppet manifests]# tail -n 400 /var/log/puppetlabs/puppetserver/puppetserver.log\n2018-01-18 14:26:31,639 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_java_ks failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,639 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_manager failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,639 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_nginx failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,640 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_postgresql failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,640 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_puppet_authorization failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,641 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_r10k failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,641 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_razor failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,642 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_repo failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,642 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_staging failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,642 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for pe_support_script failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:31,643 WARN  [qtp731307611-87] [puppetserver] Puppet GettextSetup initialization for puppet_enterprise failed with: undefined method `translation_repositories' for GettextSetup:Module\n2018-01-18 14:26:32,466 INFO  [qtp731307611-82] [puppetserver] Puppet 'store_report' command for puppet-agent-01.hsd1.mi.comcast.net submitted to PuppetDB with UUID 770aadef-5d00-41f1-b525-bc0e3ca6bbcc\n2018-01-18 14:35:17,656 INFO  [Thread-2] [p.t.internal] Shutting down due to JVM shutdown hook.\n2018-01-18 14:35:17,666 INFO  [Thread-2] [p.t.internal] Beginning shutdown sequence\n2018-01-18 14:35:17,688 INFO  [async-dispatch-3] [p.e.s.j.pe-jruby-metrics-service] PE JRuby Metrics Service: stopping metrics sampler job\n2018-01-18 14:35:17,695 INFO  [async-dispatch-3] [p.e.s.j.pe-jruby-metrics-service] PE JRuby Metrics Service: stopped metrics sampler job\n2018-01-18 14:35:17,696 INFO  [async-dispatch-3] [p.e.s.f.file-sync-client-service] Stopping file sync client service\n2018-01-18 14:35:17,696 INFO  [async-dispatch-3] [p.e.s.f.file-sync-client-service] Waiting for scheduled jobs to complete\n2018-01-18 14:35:21,535 INFO  [async-dispatch-3] [p.e.s.f.file-sync-client-service] scheduled jobs completed, closing HTTP client\n2018-01-18 14:35:21,574 INFO  [clojure-agent-send-pool-1] [p.s.j.i.jruby-agents] Flush request received; creating new JRuby pool.\n2018-01-18 14:35:21,581 INFO  [clojure-agent-send-pool-1] [p.s.j.i.jruby-agents] Replacing old JRuby pool with new instance.\n2018-01-18 14:35:21,581 INFO  [clojure-agent-send-pool-1] [p.s.j.i.jruby-agents] Swapped JRuby pools, beginning cleanup of old pool.\n2018-01-18 14:35:21,609 INFO  [clojure-agent-send-pool-1] [p.s.j.i.jruby-internal] Cleaned up old JRubyInstance with id 1.\n2018-01-18 14:35:21,621 INFO  [clojure-agent-send-pool-1] [p.s.j.i.jruby-internal] Cleaned up old JRubyInstance with id 2.\n2018-01-18 14:35:21,629 INFO  [async-dispatch-3] [p.c.services] Shutting down code-manager...\n2018-01-18 14:35:21,630 INFO  [async-dispatch-3] [p.c.shell-workers] Attempting to shut down deploy-pool workers...\n2018-01-18 14:35:21,633 INFO  [async-dispatch-3] [p.c.shell-workers] deploy-pool workers sucessfully shut down.\n2018-01-18 14:35:21,633 INFO  [async-dispatch-3] [p.c.services] code-manager shut down.\n2018-01-18 14:35:21,634 INFO  [async-dispatch-3] [p.e.s.f.file-sync-storage-service] Closing all client status channels\n2018-01-18 14:35:21,659 INFO  [async-dispatch-3] [p.t.s.w.jetty9-service] Shutting down web server(s).\n2018-01-18 14:35:21,664 INFO  [async-dispatch-3] [p.t.s.w.jetty9-core] Shutting down web server.\n2018-01-18 14:35:21,678 INFO  [async-dispatch-3] [o.e.j.s.ServerConnector] Stopped ServerConnector@31e91a5e{SSL-HTTP/1.1}{0.0.0.0:8170}\n2018-01-18 14:35:21,680 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@3cb09fd4{/code-manager/v1,null,UNAVAILABLE}\n2018-01-18 14:35:21,689 INFO  [async-dispatch-3] [p.t.s.w.jetty9-core] Web server shutdown\n2018-01-18 14:35:21,690 INFO  [async-dispatch-3] [p.t.s.w.jetty9-core] Shutting down web server.\n2018-01-18 14:35:21,691 INFO  [async-dispatch-3] [o.e.j.s.ServerConnector] Stopped ServerConnector@2f656e28{SSL-HTTP/1.1}{0.0.0.0:8140}\n2018-01-18 14:35:21,691 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@7d6e1bdb{/file-sync,null,UNAVAILABLE}\n2018-01-18 14:35:21,691 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@2d6d611e{/status,null,UNAVAILABLE}\n2018-01-18 14:35:21,703 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.ServletContextHandler@143d43f3{/metrics/v2,null,UNAVAILABLE}\n2018-01-18 14:35:21,703 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@750b64df{/metrics,null,UNAVAILABLE}\n2018-01-18 14:35:21,703 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@6fa17ae8{/,null,UNAVAILABLE}\n2018-01-18 14:35:21,703 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@38b36cfd{/puppet,null,UNAVAILABLE}\n2018-01-18 14:35:21,703 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@6660e6f3{/puppet-admin-api,null,UNAVAILABLE}\n2018-01-18 14:35:21,703 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.h.ContextHandler@67afb3f0{/puppet-ca,null,UNAVAILABLE}\n2018-01-18 14:35:21,705 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.ServletContextHandler@449343c9{/file-sync-git,null,UNAVAILABLE}\n2018-01-18 14:35:21,707 INFO  [async-dispatch-3] [o.e.j.s.h.ContextHandler] Stopped o.e.j.s.ServletContextHandler@d318ff1{/packages,file:/opt/puppetlabs/server/data/packages/public/,UNAVAILABLE}\n2018-01-18 14:35:21,714 INFO  [async-dispatch-3] [p.t.s.w.jetty9-core] Web server shutdown\n2018-01-18 14:35:21,735 INFO  [Thread-2] [p.t.internal] Finished shutdown sequence\n2018-01-18 14:35:37,404 INFO  [main] [o.e.j.u.log] Logging initialized @14603ms\n2018-01-18 14:35:44,840 INFO  [async-dispatch-2] [p.t.s.w.jetty9-service] Initializing web server(s).\n2018-01-18 14:35:44,985 INFO  [async-dispatch-2] [p.e.s.f.file-sync-storage-core] Initializing file sync server data dir: /opt/puppetlabs/server/data/puppetserver/filesync/storage\n2018-01-18 14:35:44,990 INFO  [async-dispatch-2] [p.e.s.f.file-sync-storage-core] Initializing Git repository at /opt/puppetlabs/server/data/puppetserver/filesync/storage/puppet-code.git\n2018-01-18 14:35:45,169 INFO  [async-dispatch-2] [p.e.s.f.file-sync-storage-service] File sync storage service mounting repositories at /file-sync-git\n2018-01-18 14:35:45,278 INFO  [async-dispatch-2] [p.e.s.f.file-sync-storage-service] Registering file sync storage HTTP API\n2018-01-18 14:35:45,280 INFO  [async-dispatch-2] [p.t.s.s.status-service] Registering status callback function for service 'file-sync-storage-service', version 2017.2.0.6\n2018-01-18 14:35:45,286 INFO  [async-dispatch-2] [p.c.services] Starting code-manager v1 API...\n2018-01-18 14:35:45,290 INFO  [async-dispatch-2] [p.t.s.s.status-service] Registering status callback function for service 'code-manager-service', version 2017.2.0.6\n2018-01-18 14:35:45,309 INFO  [async-dispatch-2] [p.e.s.f.file-sync-storage-service] Adding a client status channel :code-manager with buffer size 1000\n2018-01-18 14:35:45,310 INFO  [async-dispatch-2] [p.c.core] Client status event loop initialized...\n2018-01-18 14:35:45,365 INFO  [async-dispatch-2] [p.c.config] Writing r10k config to \"/opt/puppetlabs/server/data/code-manager/r10k.yaml\"\n2018-01-18 14:35:45,383 INFO  [async-dispatch-2] [p.t.s.s.status-service] Registering status callback function for service 'pe-puppet-profiler', version 2017.2.0.8\n2018-01-18 14:35:45,385 INFO  [async-dispatch-2] [p.s.j.jruby-puppet-service] Initializing the JRuby service\n2018-01-18 14:35:45,398 INFO  [async-dispatch-2] [p.s.j.jruby-pool-manager-service] Initializing the JRuby service\n2018-01-18 14:35:45,424 INFO  [clojure-agent-send-pool-0] [p.s.j.i.jruby-internal] Creating JRubyInstance with id 1.\n2018-01-18 14:35:51,818 WARN  [clojure-agent-send-pool-0] [puppetserver] Puppet Support for ruby version 1.9.3 is deprecated and will be removed in a future release. See https://docs.puppet.com/puppet/latest/system_requirements.html#ruby for a list of supported ruby versions.\n   (at /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:180:in `Puppet')\n2018-01-18 14:35:51,860 INFO  [clojure-agent-send-pool-0] [puppetserver] Puppet Puppet settings initialized; run mode: master\n2018-01-18 14:35:52,443 INFO  [clojure-agent-send-pool-0] [p.s.j.i.jruby-agents] Finished creating JRubyInstance 1 of 2\n2018-01-18 14:35:52,443 INFO  [clojure-agent-send-pool-0] [p.s.j.i.jruby-internal] Creating JRubyInstance with id 2.\n2018-01-18 14:35:52,470 INFO  [async-dispatch-2] [p.s.c.puppet-server-config-core] Not overriding webserver settings with values from core Puppet\n2018-01-18 14:35:52,494 INFO  [async-dispatch-2] [p.p.certificate-authority] CA already initialized for SSL\n2018-01-18 14:35:52,503 INFO  [async-dispatch-2] [p.s.c.certificate-authority-service] CA Service adding a ring handler\n2018-01-18 14:35:52,540 INFO  [async-dispatch-2] [p.s.p.puppet-admin-service] Starting Puppet Admin web app\n2018-01-18 14:35:52,554 INFO  [async-dispatch-2] [p.e.s.f.file-sync-client-service] Initializing file sync client service\n2018-01-18 14:35:52,565 INFO  [async-dispatch-2] [p.t.s.s.status-service] Registering status callback function for service 'file-sync-client-service', version 2017.2.0.6\n2018-01-18 14:35:52,568 INFO  [async-dispatch-2] [p.e.s.f.file-sync-client-service] Registering file sync client HTTP API\n2018-01-18 14:35:55,617 WARN  [clojure-agent-send-pool-0] [puppetserver] Puppet Support for ruby version 1.9.3 is deprecated and will be removed in a future release. See https://docs.puppet.com/puppet/latest/system_requirements.html#ruby for a list of supported ruby versions.\n   (at /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:180:in `Puppet')\n2018-01-18 14:35:55,644 INFO  [clojure-agent-send-pool-0] [puppetserver] Puppet Puppet settings initialized; run mode: master\n2018-01-18 14:35:55,997 INFO  [clojure-agent-send-pool-0] [p.s.j.i.jruby-agents] Finished creating JRubyInstance 2 of 2\n2018-01-18 14:35:58,957 WARN  [async-dispatch-2] [p.e.s.f.file-sync-client-core] Repo ':puppet-code' at commit '5716919b9b0c035553fcbedaaa5a4e8aad4e39c6' is dirty. Detailed repo status follows.\n{:clean false,\n :modified [],\n :missing [],\n :untracked [],\n :permissions-modified [],\n :dirty-submodules\n {:simp_dev\n  {:modified\n   (\"src/puppet/modules/logstash/spec/fixtures/modules/logstash/templates\"),\n   :clean false,\n   :permissions-modified [],\n   :untracked (),\n   :missing ()}}}\n\n2018-01-18 14:35:58,962 INFO  [async-dispatch-2] [p.e.s.f.file-sync-versioned-code-service] Registering the following pre-commit-hook-command for the :puppet-code repo: '/opt/puppetlabs/server/bin/generate-puppet-types.rb'\n2018-01-18 14:35:58,964 INFO  [async-dispatch-2] [p.e.s.f.file-sync-storage-service] Adding pre-commit-hook to :puppet-code repo\n2018-01-18 14:35:58,984 INFO  [async-dispatch-2] [p.t.s.s.status-service] Registering status callback function for service 'pe-jruby-metrics', version 2017.2.0.8\n2018-01-18 14:35:59,089 INFO  [async-dispatch-2] [p.p.certificate-authority] Master already initialized for SSL\n2018-01-18 14:35:59,089 INFO  [async-dispatch-2] [p.e.s.m.master-service] Master Service adding a ring handler\n2018-01-18 14:35:59,090 INFO  [async-dispatch-2] [p.t.s.s.status-service] Registering status callback function for service 'pe-master', version 2017.2.0.8\n2018-01-18 14:35:59,117 WARN  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Empty contextPath\n2018-01-18 14:35:59,127 INFO  [async-dispatch-2] [p.t.s.w.jetty9-service] Starting web server(s).\n2018-01-18 14:35:59,209 INFO  [async-dispatch-2] [p.t.s.w.jetty9-core] Starting web server.\n2018-01-18 14:35:59,212 INFO  [async-dispatch-2] [o.e.j.s.Server] jetty-9.2.z-SNAPSHOT\n2018-01-18 14:35:59,253 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@562bd6bd{/code-manager/v1,null,AVAILABLE}\n2018-01-18 14:35:59,294 INFO  [async-dispatch-2] [o.e.j.s.ServerConnector] Started ServerConnector@48ec8aa9{SSL-HTTP/1.1}{0.0.0.0:8170}\n2018-01-18 14:35:59,295 INFO  [async-dispatch-2] [o.e.j.s.Server] Started @36496ms\n2018-01-18 14:35:59,303 INFO  [async-dispatch-2] [p.t.s.w.jetty9-core] Starting web server.\n2018-01-18 14:35:59,303 INFO  [async-dispatch-2] [o.e.j.s.Server] jetty-9.2.z-SNAPSHOT\n2018-01-18 14:35:59,345 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.ServletContextHandler@420498de{/packages,file:/opt/puppetlabs/server/data/packages/public/,AVAILABLE}\n2018-01-18 14:35:59,367 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.ServletContextHandler@5b892e54{/file-sync-git,null,AVAILABLE}\n2018-01-18 14:35:59,367 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@4d642c24{/puppet-ca,null,AVAILABLE}\n2018-01-18 14:35:59,368 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@2bc08f3e{/puppet-admin-api,null,AVAILABLE}\n2018-01-18 14:35:59,368 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@39a9ff9c{/puppet,null,AVAILABLE}\n2018-01-18 14:35:59,368 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@614e3da2{/,null,AVAILABLE}\n2018-01-18 14:35:59,368 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@d2728a3{/metrics,null,AVAILABLE}\n2018-01-18 14:35:59,397 INFO  [async-dispatch-2] [p.t.s.m.jolokia] Using policy access restrictor classpath:/jolokia-access.xml\n2018-01-18 14:35:59,455 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.ServletContextHandler@22b1ff46{/metrics/v2,null,AVAILABLE}\n2018-01-18 14:35:59,460 INFO  [async-dispatch-2] [o.e.j.s.ServerConnector] Started ServerConnector@3a52e14{SSL-HTTP/1.1}{0.0.0.0:8140}\n2018-01-18 14:35:59,460 INFO  [async-dispatch-2] [o.e.j.s.Server] Started @36662ms\n2018-01-18 14:35:59,465 INFO  [async-dispatch-2] [p.t.s.s.status-core] Starting background monitoring of cpu usage metrics\n2018-01-18 14:35:59,471 INFO  [async-dispatch-2] [p.t.s.s.status-service] Registering status callback function for service 'status-service', version 0.7.1\n2018-01-18 14:35:59,472 INFO  [async-dispatch-2] [p.t.s.s.status-service] Registering status service HTTP API at /status\n2018-01-18 14:35:59,487 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@793ebf52{/status,null,AVAILABLE}\n2018-01-18 14:35:59,489 INFO  [async-dispatch-2] [p.e.s.f.file-sync-web-service] Registering file sync HTTP API at /file-sync\n2018-01-18 14:35:59,492 INFO  [async-dispatch-2] [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@46d0c2f9{/file-sync,null,AVAILABLE}\n2018-01-18 14:35:59,515 INFO  [async-dispatch-2] [p.e.s.a.analytics-service] Puppet Server Analytics has successfully started and will run in the background\n2018-01-18 14:35:59,519 INFO  [async-dispatch-2] [p.e.s.f.file-sync-client-service] Starting file sync client service\n2018-01-18 14:35:59,617 INFO  [async-dispatch-2] [p.e.s.m.master-service] Puppet Server has successfully started and is now ready to handle requests\n2018-01-18 14:35:59,619 INFO  [async-dispatch-2] [p.e.s.l.pe-legacy-routes-service] The legacy routing service has successfully started and is now ready to handle requests\n2018-01-18 14:36:00,159 INFO  [pool-4-thread-3] [p.d.version-check] Newer version 2017.3.2 is available! Visit http://links.puppet.com/enterpriseupgrade for details.\n2018-01-18 14:36:47,017 INFO  [qtp458452311-86] [puppetserver] Puppet Caching node for puppet-agent-01.hsd1.mi.comcast.net\n2018-01-18 14:36:47,246 INFO  [qtp458452311-82] [puppetserver] mount[pe_packages] allowing * access\n2018-01-18 14:36:47,246 INFO  [qtp458452311-82] [puppetserver] mount[pe_modules] allowing * access\n2018-01-18 14:36:53,048 INFO  [qtp458452311-83] [puppetserver] Puppet 'replace_facts' command for puppet-agent-01.hsd1.mi.comcast.net submitted to PuppetDB with UUID 3d973a97-9c16-4c7e-add3-d2999c3a7581\n2018-01-18 14:36:53,321 INFO  [qtp458452311-83] [puppetserver] Puppet Caching node for puppet-agent-01.hsd1.mi.comcast.net\n2018-01-18 14:36:53,761 WARN  [qtp458452311-83] [puppetserver] Puppet /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5\n   (in /etc/puppetlabs/puppet/hiera.yaml)\n2018-01-18 14:36:53,767 WARN  [qtp458452311-83] [puppetserver] Puppet hiera.yaml version 3 found at the environment root was ignored\n   (in /etc/puppetlabs/code/environments/simp_dev/hiera.yaml)\n2018-01-18 14:36:53,977 WARN  [qtp458452311-83] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: RPM version 4.11.3\n\n2018-01-18 14:36:54,014 WARN  [qtp458452311-83] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: /bin/rpm\n/etc/rpm\n/usr/bin/rpm2cpio\n/usr/bin/rpmdb\n/usr/bin/rpmkeys\n/usr/bin/rpmquery\n/usr/bin/rpmverify\n/usr/lib/rpm\n/usr/lib/rpm/macros\n/usr/lib/rpm/macros.d\n/usr/lib/rpm/platform\n/usr/lib/rpm/platform/aarch64-linux\n/usr/lib/rpm/platform/aarch64-linux/macros\n/usr/lib/rpm/platform/alpha-linux\n/usr/lib/rpm/platform/alpha-linux/macros\n/usr/lib/rpm/platform/alphaev5-linux\n/usr/lib/rpm/platform/alphaev5-linux/macros\n/usr/lib/rpm/platform/alphaev56-linux\n/usr/lib/rpm/platform/alphaev56-linux/macros\n/usr/lib/rpm/platform/alphaev6-linux\n/usr/lib/rpm/platform/alphaev6-linux/macros\n/usr/lib/rpm/platform/alphaev67-linux\n/usr/lib/rpm/platform/alphaev67-linux/macros\n/usr/lib/rpm/platform/alphapca56-linux\n/usr/lib/rpm/platform/alphapca56-linux/macros\n/usr/lib/rpm/platform/amd64-linux\n/usr/lib/rpm/platform/amd64-linux/macros\n/usr/lib/rpm/platform/armv3l-linux\n/usr/lib/rpm/platform/armv3l-linux/macros\n/usr/lib/rpm/platform/armv4b-linux\n/usr/lib/rpm/platform/armv4b-linux/macros\n/usr/lib/rpm/platform/armv4l-linux\n/usr/lib/rpm/platform/armv4l-linux/macros\n/usr/lib/rpm/platform/armv5tejl-linux\n/usr/lib/rpm/platform/armv5tejl-linux/macros\n/usr/lib/rpm/platform/armv5tel-linux\n/usr/lib/rpm/platform/armv5tel-linux/macros\n/usr/lib/rpm/platform/armv6l-linux\n/usr/lib/rpm/platform/armv6l-linux/macros\n/usr/lib/rpm/platform/armv7hl-linux\n/usr/lib/rpm/platform/armv7hl-linux/macros\n/usr/lib/rpm/platform/armv7hnl-linux\n/usr/lib/rpm/platform/armv7hnl-linux/macros\n/usr/lib/rpm/platform/armv7l-linux\n/usr/lib/rpm/platform/armv7l-linux/macros\n/usr/lib/rpm/platform/athlon-linux\n/usr/lib/rpm/platform/athlon-linux/macros\n/usr/lib/rpm/platform/geode-linux\n/usr/lib/rpm/platform/geode-linux/macros\n/usr/lib/rpm/platform/i386-linux\n/usr/lib/rpm/platform/i386-linux/macros\n/usr/lib/rpm/platform/i486-linux\n/usr/lib/rpm/platform/i486-linux/macros\n/usr/lib/rpm/platform/i586-linux\n/usr/lib/rpm/platform/i586-linux/macros\n/usr/lib/rpm/platform/i686-linux\n/usr/lib/rpm/platform/i686-linux/macros\n/usr/lib/rpm/platform/ia32e-linux\n/usr/lib/rpm/platform/ia32e-linux/macros\n/usr/lib/rpm/platform/ia64-linux\n/usr/lib/rpm/platform/ia64-linux/macros\n/usr/lib/rpm/platform/m68k-linux\n/usr/lib/rpm/platform/m68k-linux/macros\n/usr/lib/rpm/platform/noarch-linux\n/usr/lib/rpm/platform/noarch-linux/macros\n/usr/lib/rpm/platform/pentium3-linux\n/usr/lib/rpm/platform/pentium3-linux/macros\n/usr/lib/rpm/platform/pentium4-linux\n/usr/lib/rpm/platform/pentium4-linux/macros\n/usr/lib/rpm/platform/ppc-linux\n/usr/lib/rpm/platform/ppc-linux/macros\n/usr/lib/rpm/platform/ppc32dy4-linux\n/usr/lib/rpm/platform/ppc32dy4-linux/macros\n/usr/lib/rpm/platform/ppc64-linux\n/usr/lib/rpm/platform/ppc64-linux/macros\n/usr/lib/rpm/platform/ppc64iseries-linux\n/usr/lib/rpm/platform/ppc64iseries-linux/macros\n/usr/lib/rpm/platform/ppc64le-linux\n/usr/lib/rpm/platform/ppc64le-linux/macros\n/usr/lib/rpm/platform/ppc64p7-linux\n/usr/lib/rpm/platform/ppc64p7-linux/macros\n/usr/lib/rpm/platform/ppc64pseries-linux\n/usr/lib/rpm/platform/ppc64pseries-linux/macros\n/usr/lib/rpm/platform/ppc8260-linux\n/usr/lib/rpm/platform/ppc8260-linux/macros\n/usr/lib/rpm/platform/ppc8560-linux\n/usr/lib/rpm/platform/ppc8560-linux/macros\n/usr/lib/rpm/platform/ppciseries-linux\n/usr/lib/rpm/platform/ppciseries-linux/macros\n/usr/lib/rpm/platform/ppcpseries-linux\n/usr/lib/rpm/platform/ppcpseries-linux/macros\n/usr/lib/rpm/platform/s390-linux\n/usr/lib/rpm/platform/s390-linux/macros\n/usr/lib/rpm/platform/s390x-linux\n/usr/lib/rpm/platform/s390x-linux/macros\n/usr/lib/rpm/platform/sh-linux\n/usr/lib/rpm/platform/sh-linux/macros\n/usr/lib/rpm/platform/sh3-linux\n/usr/lib/rpm/platform/sh3-linux/macros\n/usr/lib/rpm/platform/sh4-linux\n/usr/lib/rpm/platform/sh4-linux/macros\n/usr/lib/rpm/platform/sh4a-linux\n/usr/lib/rpm/platform/sh4a-linux/macros\n/usr/lib/rpm/platform/sparc-linux\n/usr/lib/rpm/platform/sparc-linux/macros\n/usr/lib/rpm/platform/sparc64-linux\n/usr/lib/rpm/platform/sparc64-linux/macros\n/usr/lib/rpm/platform/sparc64v-linux\n/usr/lib/rpm/platform/sparc64v-linux/macros\n/usr/lib/rpm/platform/sparcv8-linux\n/usr/lib/rpm/platform/sparcv8-linux/macros\n/usr/lib/rpm/platform/sparcv9-linux\n/usr/lib/rpm/platform/sparcv9-linux/macros\n/usr/lib/rpm/platform/sparcv9v-linux\n/usr/lib/rpm/platform/sparcv9v-linux/macros\n/usr/lib/rpm/platform/x86_64-linux\n/usr/lib/rpm/platform/x86_64-linux/macros\n/usr/lib/rpm/rpm.daily\n/usr/lib/rpm/rpm.log\n/usr/lib/rpm/rpm.supp\n/usr/lib/rpm/rpm2cpio.sh\n/usr/lib/rpm/rpmdb_dump\n/usr/lib/rpm/rpmdb_load\n/usr/lib/rpm/rpmdb_loadcvt\n/usr/lib/rpm/rpmdb_recover\n/usr/lib/rpm/rpmdb_stat\n/usr/lib/rpm/rpmdb_upgrade\n/usr/lib/rpm/rpmdb_verify\n/usr/lib/rpm/rpmpopt-4.11.3\n/usr/lib/rpm/rpmrc\n/usr/lib/rpm/tgpg\n/usr/lib/tmpfiles.d/rpm.conf\n/usr/share/bash-completion/completions/rpm\n/usr/share/doc/rpm-4.11.3\n/usr/share/doc/rpm-4.11.3/COPYING\n/usr/share/doc/rpm-4.11.3/CREDITS\n/usr/share/doc/rpm-4.11.3/ChangeLog.bz2\n/usr/share/doc/rpm-4.11.3/GROUPS\n/usr/share/doc/rpm-4.11.3/builddependencies\n/usr/share/doc/rpm-4.11.3/buildroot\n/usr/share/doc/rpm-4.11.3/conditionalbuilds\n/usr/share/doc/rpm-4.11.3/dependencies\n/usr/share/doc/rpm-4.11.3/format\n/usr/share/doc/rpm-4.11.3/hregions\n/usr/share/doc/rpm-4.11.3/macros\n/usr/share/doc/rpm-4.11.3/multiplebuilds\n/usr/share/doc/rpm-4.11.3/queryformat\n/usr/share/doc/rpm-4.11.3/relocatable\n/usr/share/doc/rpm-4.11.3/signatures\n/usr/share/doc/rpm-4.11.3/spec\n/usr/share/doc/rpm-4.11.3/triggers\n/usr/share/doc/rpm-4.11.3/tsort\n/usr/share/locale/br/LC_MESSAGES/rpm.mo\n/usr/share/locale/ca/LC_MESSAGES/rpm.mo\n/usr/share/locale/cs/LC_MESSAGES/rpm.mo\n/usr/share/locale/da/LC_MESSAGES/rpm.mo\n/usr/share/locale/de/LC_MESSAGES/rpm.mo\n/usr/share/locale/el/LC_MESSAGES/rpm.mo\n/usr/share/locale/eo/LC_MESSAGES/rpm.mo\n/usr/share/locale/es/LC_MESSAGES/rpm.mo\n/usr/share/locale/fi/LC_MESSAGES/rpm.mo\n/usr/share/locale/fr/LC_MESSAGES/rpm.mo\n/usr/share/locale/is/LC_MESSAGES/rpm.mo\n/usr/share/locale/it/LC_MESSAGES/rpm.mo\n/usr/share/locale/ja/LC_MESSAGES/rpm.mo\n/usr/share/locale/ko/LC_MESSAGES/rpm.mo\n/usr/share/locale/ms/LC_MESSAGES/rpm.mo\n/usr/share/locale/nb/LC_MESSAGES/rpm.mo\n/usr/share/locale/nl/LC_MESSAGES/rpm.mo\n/usr/share/locale/pl/LC_MESSAGES/rpm.mo\n/usr/share/locale/pt/LC_MESSAGES/rpm.mo\n/usr/share/locale/pt_BR/LC_MESSAGES/rpm.mo\n/usr/share/locale/ru/LC_MESSAGES/rpm.mo\n/usr/share/locale/sk/LC_MESSAGES/rpm.mo\n/usr/share/locale/sl/LC_MESSAGES/rpm.mo\n/usr/share/locale/sr/LC_MESSAGES/rpm.mo\n/usr/share/locale/sr@latin/LC_MESSAGES/rpm.mo\n/usr/share/locale/sv/LC_MESSAGES/rpm.mo\n/usr/share/locale/te/LC_MESSAGES/rpm.mo\n/usr/share/locale/tr/LC_MESSAGES/rpm.mo\n/usr/share/locale/uk/LC_MESSAGES/rpm.mo\n/usr/share/locale/zh_CN/LC_MESSAGES/rpm.mo\n/usr/share/locale/zh_TW/LC_MESSAGES/rpm.mo\n/usr/share/man/fr/man8/rpm.8.gz\n/usr/share/man/ja/man8/rpm.8.gz\n/usr/share/man/ja/man8/rpm2cpio.8.gz\n/usr/share/man/ja/man8/rpmbuild.8.gz\n/usr/share/man/ja/man8/rpmgraph.8.gz\n/usr/share/man/ko/man8/rpm.8.gz\n/usr/share/man/ko/man8/rpm2cpio.8.gz\n/usr/share/man/man8/rpm-plugin-systemd-inhibit.8.gz\n/usr/share/man/man8/rpm.8.gz\n/usr/share/man/man8/rpm2cpio.8.gz\n/usr/share/man/man8/rpmdb.8.gz\n/usr/share/man/man8/rpmkeys.8.gz\n/usr/share/man/pl/man1/gendiff.1.gz\n/usr/share/man/pl/man8/rpm.8.gz\n/usr/share/man/pl/man8/rpm2cpio.8.gz\n/usr/share/man/pl/man8/rpmbuild.8.gz\n/usr/share/man/pl/man8/rpmdeps.8.gz\n/usr/share/man/pl/man8/rpmgraph.8.gz\n/usr/share/man/ru/man8/rpm.8.gz\n/usr/share/man/ru/man8/rpm2cpio.8.gz\n/usr/share/man/sk/man8/rpm.8.gz\n/var/lib/rpm\n/var/lib/rpm/Basenames\n/var/lib/rpm/Conflictname\n/var/lib/rpm/Dirnames\n/var/lib/rpm/Group\n/var/lib/rpm/Installtid\n/var/lib/rpm/Name\n/var/lib/rpm/Obsoletename\n/var/lib/rpm/Packages\n/var/lib/rpm/Providename\n/var/lib/rpm/Requirename\n/var/lib/rpm/Sha1header\n/var/lib/rpm/Sigmd5\n/var/lib/rpm/Triggername\n\n2018-01-18 14:36:54,039 WARN  [qtp458452311-83] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: RPM version 4.11.3\n\n2018-01-18 14:36:54,049 WARN  [qtp458452311-83] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: RPM version 4.11.3\n\n2018-01-18 14:36:54,162 WARN  [qtp458452311-83] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: RPM version 4.11.3\n\n2018-01-18 14:36:55,191 INFO  [qtp458452311-83] [puppetserver] Puppet Inlined resource metadata into static catalog for puppet-agent-01.hsd1.mi.comcast.net in environment simp_dev in 0.02 seconds\n2018-01-18 14:36:55,191 INFO  [qtp458452311-83] [puppetserver] Puppet Compiled static catalog for puppet-agent-01.hsd1.mi.comcast.net in environment simp_dev in 1.81 seconds\n2018-01-18 14:36:55,191 INFO  [qtp458452311-83] [puppetserver] Puppet Caching catalog for puppet-agent-01.hsd1.mi.comcast.net\n2018-01-18 14:36:55,386 INFO  [qtp458452311-83] [puppetserver] Puppet 'replace_catalog' command for puppet-agent-01.hsd1.mi.comcast.net submitted to PuppetDB with UUID ba90362c-0d93-4cb2-a6f7-b9c79d083b83\n2018-01-18 14:36:58,056 INFO  [qtp458452311-82] [puppetserver] Puppet 'store_report' command for puppet-agent-01.hsd1.mi.comcast.net submitted to PuppetDB with UUID 68b203f2-d4ce-4fe3-b6ac-85730e14a074\n2018-01-18 14:37:12,378 INFO  [qtp458452311-85] [puppetserver] Puppet Caching node for puppet\n2018-01-18 14:37:12,577 INFO  [qtp458452311-87] [puppetserver] mount[pe_packages] allowing * access\n2018-01-18 14:37:12,578 INFO  [qtp458452311-87] [puppetserver] mount[pe_modules] allowing * access\n2018-01-18 14:37:17,154 INFO  [qtp458452311-83] [puppetserver] Puppet Caching node for puppet-agent-01.hsd1.mi.comcast.net\n2018-01-18 14:37:23,461 INFO  [qtp458452311-83] [puppetserver] Puppet 'replace_facts' command for puppet-agent-01.hsd1.mi.comcast.net submitted to PuppetDB with UUID 2f35fd2f-760a-48b9-9260-e2229f3bacdf\n2018-01-18 14:37:23,763 INFO  [qtp458452311-83] [puppetserver] Puppet Caching node for puppet-agent-01.hsd1.mi.comcast.net\n2018-01-18 14:37:24,681 INFO  [qtp458452311-83] [puppetserver] Puppet Inlined resource metadata into static catalog for puppet-agent-01.hsd1.mi.comcast.net in environment simp_dev in 0.02 seconds\n2018-01-18 14:37:24,681 INFO  [qtp458452311-83] [puppetserver] Puppet Compiled static catalog for puppet-agent-01.hsd1.mi.comcast.net in environment simp_dev in 0.87 seconds\n2018-01-18 14:37:24,682 INFO  [qtp458452311-83] [puppetserver] Puppet Caching catalog for puppet-agent-01.hsd1.mi.comcast.net\n2018-01-18 14:37:24,860 INFO  [qtp458452311-83] [puppetserver] Puppet 'replace_catalog' command for puppet-agent-01.hsd1.mi.comcast.net submitted to PuppetDB with UUID 17c61fa9-4701-42de-b932-cd1ba66ceabb\n2018-01-18 14:37:26,718 INFO  [qtp458452311-82] [puppetserver] Puppet 'store_report' command for puppet-agent-01.hsd1.mi.comcast.net submitted to PuppetDB with UUID f38680ed-26f0-4935-9839-a06b46bd9c11\n2018-01-18 14:38:32,087 INFO  [qtp458452311-82] [puppetserver] Puppet 'replace_facts' command for puppet submitted to PuppetDB with UUID 76c9ce4e-1354-450f-83e8-3c6f061b0d13\n2018-01-18 14:38:32,294 INFO  [qtp458452311-82] [puppetserver] Puppet Caching node for puppet\n2018-01-18 14:38:37,650 INFO  [qtp458452311-82] [puppetserver] Puppet Inlined resource metadata into static catalog for puppet in environment production in 0.02 seconds\n2018-01-18 14:38:37,651 INFO  [qtp458452311-82] [puppetserver] Puppet Compiled static catalog for puppet in environment production in 5.32 seconds\n2018-01-18 14:38:37,651 INFO  [qtp458452311-82] [puppetserver] Puppet Caching catalog for puppet\n2018-01-18 14:38:38,076 INFO  [qtp458452311-82] [puppetserver] Puppet 'replace_catalog' command for puppet submitted to PuppetDB with UUID c23c7e3b-6238-4f90-b737-3fd648fa05e4\n2018-01-18 14:38:55,032 INFO  [qtp458452311-85] [puppetserver] Puppet 'store_report' command for puppet submitted to PuppetDB with UUID bc56cb00-1358-4fac-9289-922a58f989b3\n[root@puppet manifests]#\n\n\n\n\nhttp://simp.readthedocs.io/en/6.1.0-0/user_guide/SIMP_Administration/Classification_and_Data.html#node-classification-in-simp\n\n\npuppet-agent-01.hsd1.mi.comcast.net\n\n\n\nAdded code to site.pp (found in control-repo_simp)\n\nsite.pp\n\n# Set the global Exec path to something reasonable\nExec {\n  path =\u003e [\n    '/usr/local/bin',\n    '/usr/local/sbin',\n    '/usr/bin',\n    '/usr/sbin',\n    '/bin',\n    '/sbin'\n  ]\n}\n\n# SIMP Scenarios\n#\n# Set this variable to make use of the different class sets in heiradata/scenarios,\n#   mostly applicable to puppet agents, or, the SIMP server overrides some of these.\n#   * `simp` - compliant and secure\n#   * `simp-lite` - makes use of many of our modules, but doesn't apply\n#        many prohibitive security or compliance features, svckill\n#   * `poss` - only include pupmod by default to configure the agent\n$simp_scenario = 'simp'\n\n# Map SIMP parameters to NIST Special Publication 800-53, Revision 4\n# See hieradata/compliance_profiles/ for more options.\n$compliance_profile = 'nist_800_53_rev4'\n\n# Place Hiera customizations based on this variable in hieradata/hostgroups/${::hostgroup}.yaml\n#\n# Example hostgroup declaration using a regex match on the hostname:\n#   if $facts['fqdn'] =~ /ws\\d+\\.\u003cdomain\u003e/ {\n#     $hostgroup = 'workstations'\n#   }\n#   else {\n#     $hostgroup = 'default'\n#   }\n#\n$hostgroup = 'default'\n\n# Required if you want the SIMP global catalysts\n# Defaults should technically be sane in all modules without this\ninclude 'simp_options'\n# Include the SIMP base controller with the preferred scenario\ninclude 'simp'\n\n# Hiera class lookups and inclusions (replaces `hiera_include()`)\n$hiera_classes          = lookup('classes',          Array[String], 'unique', [])\n$hiera_class_exclusions = lookup('class_exclusions', Array[String], 'unique', [])\n$hiera_included_classes = $hiera_classes - $hiera_class_exclusions\n\ninclude $hiera_included_classes\n\n# For proper functionality, the compliance_markup list needs to be included *absolutely last*\ninclude compliance_markup\n\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n\n\n\n\nStart with a one- or two-sentence summary of what the module does and/or what\nproblem it solves. This is your 30-second elevator pitch for your module.\nConsider including OS/Puppet version it works with.\n\nYou can give more descriptive information in a second paragraph. This paragraph\nshould answer the questions: \"What does this module *do*?\" and \"Why would I use\nit?\" If your module has a range of functionality (installation, configuration,\nmanagement, etc.), this is the time to mention it.\n\n## Setup\n\n### What gitver affects **OPTIONAL**\n\nIf it's obvious what your module touches, you can skip this section. For\nexample, folks can probably figure out that your mysql_instance module affects\ntheir MySQL instances.\n\nIf there's more that they should know about, though, this is the place to mention:\n\n* A list of files, packages, services, or operations that the module will alter,\n  impact, or execute.\n* Dependencies that your module automatically installs.\n* Warnings or other important notices.\n\n### Setup Requirements **OPTIONAL**\n\nIf your module requires anything extra before setting up (pluginsync enabled,\netc.), mention it here.\n\nIf your most recent release breaks compatibility or requires particular steps\nfor upgrading, you might want to include an additional \"Upgrading\" section\nhere.\n\n### Beginning with gitver\n\nThe very basic steps needed for a user to get the module up and running. This\ncan include setup steps, if necessary, or it can be an example of the most\nbasic use of the module.\n\n## Usage\n\nThis section is where you describe how to customize, configure, and do the\nfancy stuff with your module here. It's especially helpful if you include usage\nexamples and code samples for doing things with your module.\n\n## Reference\n\nUsers need a complete list of your module's classes, types, defined types providers, facts, and functions, along with the parameters for each. You can provide this list either via Puppet Strings code comments or as a complete list in this Reference section.\n\n* If you are using Puppet Strings code comments, this Reference section should include Strings information so that your users know how to access your documentation.\n\n* If you are not using Puppet Strings, include a list of all of your classes, defined types, and so on, along with their parameters. Each element in this listing should include:\n\n  * The data type, if applicable.\n  * A description of what the element does.\n  * Valid values, if the data type doesn't make it obvious.\n  * Default value, if any.\n\n## Limitations\n\nThis is where you list OS compatibility, version compatibility, etc. If there\nare Known Issues, you might want to include them under their own heading here.\n\n## Development\n\nSince your module is awesome, other users will want to play with it. Let them\nknow what the ground rules for contributing are.\n\n## Release Notes/Contributors/Etc. **Optional**\n\nIf you aren't using changelog, put your release notes here (though you should\nconsider using changelog). You can also add any additional sections you feel\nare necessary or important to include here. Please use the `## ` header.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautostructure%2Fsimp_open_source_install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautostructure%2Fsimp_open_source_install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautostructure%2Fsimp_open_source_install/lists"}