Gitlabに設定したLetsencryptの証明書をアップデートする

設定確認

/etc/gitlab/gitlab.rb
letsencrypt['enable'] = true                      # GitLab 10.5 and 10.6 require this option
external_url "https://gitlab.example.com"     # Must use https protocol
letsencrypt['contact_emails'] = ['foo@email.com'] # Optional

設定変更

[xxxxxxxx@dev letsencrypt]$ sudo gitlab-ctl reconfigure
[sudo] password for xxxxxxx:
Starting Chef Client, version 13.6.4
resolving cookbooks for run list: ["gitlab"]
Synchronizing Cookbooks:
- gitlab (0.0.1)
- package (0.1.0)
- redis (0.1.0)
- registry (0.1.0)
- postgresql (0.1.0)
- mattermost (0.1.0)
- consul (0.1.0)
- gitaly (0.1.0)
- letsencrypt (0.1.0)
- nginx (0.1.0)
- runit (4.3.0)
- crond (0.1.0)
- acme (3.1.0)
- compat_resource (12.19.1)
Installing Cookbook Gems:
Compiling Cookbooks...
Recipe: gitlab::default
* directory[/etc/gitlab] action create (up to date)
Converging 262 resources
* directory[/etc/gitlab] action create (up to date)
* directory[Create /var/opt/gitlab] action create (up to date)
* directory[/opt/gitlab/embedded/etc] action create (up to date)
* template[/opt/gitlab/embedded/etc/gitconfig] action create (up to date)
Recipe: gitlab::web-server
* account[Webserver user and group] action create
* group[Webserver user and group] action create (up to date)
* linux_user[Webserver user and group] action create (up to date)
(up to date)
Recipe: gitlab::users
* directory[/var/opt/gitlab] action create (up to date)
* account[GitLab user and group] action create
* group[GitLab user and group] action create (up to date)
* linux_user[GitLab user and group] action create (up to date)
(up to date)
* template[/var/opt/gitlab/.gitconfig] action create (up to date)
* directory[/var/opt/gitlab/.bundle] action create (up to date)
Recipe: gitlab::gitlab-shell
* storage_directory[/var/opt/gitlab/.ssh] action create
* ruby_block[directory resource: /var/opt/gitlab/.ssh] action run (skipped due to not_if)
(up to date)
* directory[/var/log/gitlab/gitlab-shell/] action create (up to date)
* directory[/var/opt/gitlab/gitlab-shell] action create (up to date)
* templatesymlink[Create a config.yml and create a symlink to Rails root] action create
* template[/var/opt/gitlab/gitlab-shell/config.yml] action create (up to date)
* link[Link /opt/gitlab/embedded/service/gitlab-shell/config.yml to /var/opt/gitlab/gitlab-shell/config.yml] action create (up to date)
(up to date)
* link[/opt/gitlab/embedded/service/gitlab-shell/.gitlab_shell_secret] action create (up to date)
* execute[/opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-keys check-permissions] action run
- execute /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-keys check-permissions
* bash[Set proper security context on ssh files for selinux] action run (skipped due to only_if)
Recipe: gitlab::gitlab-rails
* storage_directory[/var/opt/gitlab/git-data] action create
* ruby_block[directory resource: /var/opt/gitlab/git-data] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/git-data/repositories] action create
* ruby_block[directory resource: /var/opt/gitlab/git-data/repositories] action run (skipped due to not_if)
(up to date)
* directory[/var/log/gitlab] action create (up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/shared] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/shared/artifacts] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared/artifacts] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/shared/external-diffs] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared/external-diffs] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/shared/lfs-objects] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared/lfs-objects] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/shared/packages] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared/packages] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/uploads] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/uploads] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-ci/builds] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-ci/builds] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/shared/cache] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared/cache] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/shared/tmp] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared/tmp] action run (skipped due to not_if)
(up to date)
* storage_directory[/var/opt/gitlab/gitlab-rails/shared/pages] action create
* ruby_block[directory resource: /var/opt/gitlab/gitlab-rails/shared/pages] action run (skipped due to not_if)
(up to date)
* directory[create /var/opt/gitlab/gitlab-rails/etc] action create (up to date)
* directory[create /opt/gitlab/etc/gitlab-rails] action create (up to date)
* directory[create /var/opt/gitlab/gitlab-rails/working] action create (up to date)
* directory[create /var/opt/gitlab/gitlab-rails/tmp] action create (up to date)
* directory[create /var/opt/gitlab/gitlab-rails/upgrade-status] action create (up to date)
* directory[create /var/log/gitlab/gitlab-rails] action create (up to date)
* storage_directory[/var/opt/gitlab/backups] action create
* ruby_block[directory resource: /var/opt/gitlab/backups] action run (skipped due to not_if)
(up to date)
* directory[/var/opt/gitlab/gitlab-rails] action create (up to date)
* directory[/var/opt/gitlab/gitlab-ci] action create (up to date)
* file[/var/opt/gitlab/gitlab-rails/etc/gitlab-registry.key] action create (skipped due to only_if)
* template[/opt/gitlab/etc/gitlab-rails/gitlab-rails-rc] action create (up to date)
* file[/opt/gitlab/embedded/service/gitlab-rails/.secret] action delete (up to date)
* file[/var/opt/gitlab/gitlab-rails/etc/secret] action delete (up to date)
* templatesymlink[Create a database.yml and create a symlink to Rails root] action create
* template[/var/opt/gitlab/gitlab-rails/etc/database.yml] action create (up to date)
* link[Link /opt/gitlab/embedded/service/gitlab-rails/config/database.yml to /var/opt/gitlab/gitlab-rails/etc/database.yml] action create (up to date)
(up to date)
* templatesymlink[Create a secrets.yml and create a symlink to Rails root] action create
* template[/var/opt/gitlab/gitlab-rails/etc/secrets.yml] action create (up to date)
* link[Link /opt/gitlab/embedded/service/gitlab-rails/config/secrets.yml to /var/opt/gitlab/gitlab-rails/etc/secrets.yml] action create (up to date)
(up to date)
* templatesymlink[Create a resque.yml and create a symlink to Rails root] action create
* template[/var/opt/gitlab/gitlab-rails/etc/resque.yml] action create (up to date)
* link[Link /opt/gitlab/embedded/service/gitlab-rails/config/resque.yml to /var/opt/gitlab/gitlab-rails/etc/resque.yml] action create (up to date)
(up to date)
* templatesymlink[Create a redis.cache.yml and create a symlink to Rails root] action create (skipped due to not_if)
* templatesymlink[Create a redis.queues.yml and create a symlink to Rails root] action create (skipped due to not_if)
* templatesymlink[Create a redis.shared_state.yml and create a symlink to Rails root] action create (skipped due to not_if)
* templatesymlink[Create a smtp_settings.rb and create a symlink to Rails root] action delete
* file[/var/opt/gitlab/gitlab-rails/etc/smtp_settings.rb] action delete (up to date)
* link[/opt/gitlab/embedded/service/gitlab-rails/config/initializers/smtp_settings.rb] action delete (up to date)
(up to date)
* templatesymlink[Create a gitlab.yml and create a symlink to Rails root] action create
* template[/var/opt/gitlab/gitlab-rails/etc/gitlab.yml] action create (up to date)
* link[Link /opt/gitlab/embedded/service/gitlab-rails/config/gitlab.yml to /var/opt/gitlab/gitlab-rails/etc/gitlab.yml] action create (up to date)
(up to date)
* templatesymlink[Create a rack_attack.rb and create a symlink to Rails root] action create
* template[/var/opt/gitlab/gitlab-rails/etc/rack_attack.rb] action create (up to date)
* link[Link /opt/gitlab/embedded/service/gitlab-rails/config/initializers/rack_attack.rb to /var/opt/gitlab/gitlab-rails/etc/rack_attack.rb] action create (up to date)
(up to date)
* templatesymlink[Create a gitlab_workhorse_secret and create a symlink to Rails root] action create
* template[/var/opt/gitlab/gitlab-rails/etc/gitlab_workhorse_secret] action create (up to date)
* link[Link /opt/gitlab/embedded/service/gitlab-rails/.gitlab_workhorse_secret to /var/opt/gitlab/gitlab-rails/etc/gitlab_workhorse_secret] action create (up to date)
(up to date)
* templatesymlink[Create a gitlab_shell_secret and create a symlink to Rails root] action create
* template[/var/opt/gitlab/gitlab-rails/etc/gitlab_shell_secret] action create (up to date)
* link[Link /opt/gitlab/embedded/service/gitlab-rails/.gitlab_shell_secret to /var/opt/gitlab/gitlab-rails/etc/gitlab_shell_secret] action create (up to date)
(up to date)
* templatesymlink[Create a gitlab_pages_secret and create a symlink to Rails root] action create (skipped due to only_if)
* link[/opt/gitlab/embedded/service/gitlab-rails/config/initializers/relative_url.rb] action delete (up to date)
* file[/var/opt/gitlab/gitlab-rails/etc/relative_url.rb] action delete (up to date)
* env_dir[/opt/gitlab/etc/gitlab-rails/env] action create
* directory[/opt/gitlab/etc/gitlab-rails/env] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/HOME] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/RAILS_ENV] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/LD_PRELOAD] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/SIDEKIQ_MEMORY_KILLER_MAX_RSS] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/BUNDLE_GEMFILE] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/PATH] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/ICU_DATA] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/PYTHONPATH] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/EXECJS_RUNTIME] action create (up to date)
* file[/opt/gitlab/etc/gitlab-rails/env/TZ] action create (up to date)
(up to date)
* link[/opt/gitlab/embedded/service/gitlab-rails/tmp] action create (up to date)
* link[/opt/gitlab/embedded/service/gitlab-rails/public/uploads] action create (up to date)
* link[/opt/gitlab/embedded/service/gitlab-rails/log] action create (up to date)
* link[/var/log/gitlab/gitlab-rails/sidekiq.log] action create (skipped due to not_if)
* file[/opt/gitlab/embedded/service/gitlab-rails/db/schema.rb] action create (up to date)
* remote_file[/var/opt/gitlab/gitlab-rails/VERSION] action create (up to date)
* remote_file[/var/opt/gitlab/gitlab-rails/REVISION] action create (up to date)
* file[/var/opt/gitlab/gitlab-rails/RUBY_VERSION] action create (up to date)
* execute[clear the gitlab-rails cache] action nothing (skipped due to action :nothing)
* file[/var/opt/gitlab/gitlab-rails/config.ru] action delete (up to date)
Recipe: gitlab::selinux
* execute[semodule -i /opt/gitlab/embedded/selinux/rhel/7/gitlab-7.2.0-ssh-keygen.pp] action runDisabled
(skipped due to not_if)
* execute[semodule -i /opt/gitlab/embedded/selinux/rhel/7/gitlab-10.5.0-ssh-authorized-keys.pp] action runDisabled
(skipped due to not_if)
Recipe: gitlab::add_trusted_certs
* directory[/etc/gitlab/trusted-certs] action create (up to date)
* directory[/opt/gitlab/embedded/ssl/certs] action create (up to date)
* file[/opt/gitlab/embedded/ssl/certs/README] action create (up to date)
* ruby_block[Move existing certs and link to /opt/gitlab/embedded/ssl/certs] action run (skipped due to only_if)
Recipe: gitlab::default
* service[create a temporary unicorn service] action nothing (skipped due to action :nothing)
* service[create a temporary puma service] action nothing (skipped due to action :nothing)
* service[create a temporary sidekiq service] action nothing (skipped due to action :nothing)
* service[create a temporary mailroom service] action nothing (skipped due to action :nothing)
Recipe: package::runit_systemd
* directory[/usr/lib/systemd/system] action create (up to date)
* cookbook_file[/usr/lib/systemd/system/gitlab-runsvdir.service] action create (up to date)
* file[/etc/systemd/system/default.target.wants/gitlab-runsvdir.service] action delete (up to date)
* file[/etc/systemd/system/basic.target.wants/gitlab-runsvdir.service] action delete (up to date)
* execute[systemctl daemon-reload] action nothing (skipped due to action :nothing)
* execute[systemctl enable gitlab-runsvdir] action nothing (skipped due to action :nothing)
* execute[systemctl start gitlab-runsvdir] action nothing (skipped due to action :nothing)
Recipe: redis::enable
* account[user and group for redis] action create
* group[user and group for redis] action create (up to date)
* linux_user[user and group for redis] action create (up to date)
(up to date)
* group[Socket group] action create (up to date)
* directory[/var/opt/gitlab/redis] action create (up to date)
* directory[/var/log/gitlab/redis] action create (up to date)
* template[/var/opt/gitlab/redis/redis.conf] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[redis] action nothing (skipped due to action :nothing)
Recipe: redis::enable
* runit_service[redis] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/redis] action create (up to date)
* template[/opt/gitlab/sv/redis/run] action create (up to date)
* directory[/opt/gitlab/sv/redis/log] action create (up to date)
* directory[/opt/gitlab/sv/redis/log/main] action create (up to date)
* template[/opt/gitlab/sv/redis/log/run] action create (up to date)
* template[/var/log/gitlab/redis/config] action create (up to date)
* directory[/opt/gitlab/sv/redis/env] action create (up to date)
* ruby_block[Delete unmanaged env files for redis service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/redis/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/redis/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/redis/control] action create (up to date)
* link[/opt/gitlab/init/redis] action create (up to date)
* file[/opt/gitlab/sv/redis/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/redis] action create (up to date)
* ruby_block[wait for redis service socket] action run (skipped due to not_if)
(up to date)
Recipe: gitaly::enable
* directory[/var/opt/gitlab/gitaly] action create (up to date)
* directory[/var/log/gitlab/gitaly] action create (up to date)
* env_dir[/opt/gitlab/etc/gitaly/env] action create
* directory[/opt/gitlab/etc/gitaly/env] action create (up to date)
* file[/opt/gitlab/etc/gitaly/env/HOME] action create (up to date)
* file[/opt/gitlab/etc/gitaly/env/PATH] action create (up to date)
* file[/opt/gitlab/etc/gitaly/env/TZ] action create (up to date)
* file[/opt/gitlab/etc/gitaly/env/PYTHONPATH] action create (up to date)
* file[/opt/gitlab/etc/gitaly/env/ICU_DATA] action create (up to date)
* file[/opt/gitlab/etc/gitaly/env/SSL_CERT_DIR] action create (up to date)
(up to date)
* file[/opt/gitlab/etc/gitaly/HOME] action delete (up to date)
* file[/opt/gitlab/etc/gitaly/PATH] action delete (up to date)
* file[/opt/gitlab/etc/gitaly/TZ] action delete (up to date)
* file[/opt/gitlab/etc/gitaly/PYTHONPATH] action delete (up to date)
* file[/opt/gitlab/etc/gitaly/ICU_DATA] action delete (up to date)
* file[/opt/gitlab/etc/gitaly/SSL_CERT_DIR] action delete (up to date)
* template[Create Gitaly config.toml] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[gitaly] action nothing (skipped due to action :nothing)
Recipe: gitaly::enable
* runit_service[gitaly] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/gitaly] action create (up to date)
* template[/opt/gitlab/sv/gitaly/run] action create (up to date)
* directory[/opt/gitlab/sv/gitaly/log] action create (up to date)
* directory[/opt/gitlab/sv/gitaly/log/main] action create (up to date)
* template[/opt/gitlab/sv/gitaly/log/run] action create (up to date)
* template[/var/log/gitlab/gitaly/config] action create (up to date)
* directory[/opt/gitlab/sv/gitaly/env] action create (up to date)
* ruby_block[Delete unmanaged env files for gitaly service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/gitaly/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/gitaly/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/gitaly/control] action create (up to date)
* link[/opt/gitlab/init/gitaly] action create (up to date)
* file[/opt/gitlab/sv/gitaly/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/gitaly] action create (up to date)
* ruby_block[wait for gitaly service socket] action run (skipped due to not_if)
(up to date)
* file[/var/opt/gitlab/gitaly/VERSION] action create (up to date)
Recipe: postgresql::user
* account[Postgresql user and group] action create
* group[Postgresql user and group] action create (up to date)
* linux_user[Postgresql user and group] action create (up to date)
(up to date)
Recipe: postgresql::enable
* directory[/var/opt/gitlab/postgresql] action create (up to date)
* directory[/var/opt/gitlab/postgresql/data] action create (up to date)
* directory[/var/log/gitlab/postgresql] action create (up to date)
* link[/var/opt/gitlab/postgresql/data] action create (skipped due to not_if)
* file[/var/opt/gitlab/postgresql/.profile] action create (up to date)
* sysctl[kernel.shmmax] action create
* directory[create /etc/sysctl.d for kernel.shmmax] action create (up to date)
* file[create /opt/gitlab/embedded/etc/90-omnibus-gitlab-kernel.shmmax.conf kernel.shmmax] action create (up to date)
* link[/etc/sysctl.d/90-omnibus-gitlab-kernel.shmmax.conf] action create (up to date)
* file[delete /etc/sysctl.d/90-postgresql.conf kernel.shmmax] action delete (skipped due to only_if)
* file[delete /etc/sysctl.d/90-unicorn.conf kernel.shmmax] action delete (skipped due to only_if)
* file[delete /opt/gitlab/embedded/etc/90-omnibus-gitlab.conf kernel.shmmax] action delete (skipped due to only_if)
* file[delete /etc/sysctl.d/90-omnibus-gitlab.conf kernel.shmmax] action delete (skipped due to only_if)
* execute[load sysctl conf kernel.shmmax] action nothing (skipped due to action :nothing)
(up to date)
* sysctl[kernel.shmall] action create
* directory[create /etc/sysctl.d for kernel.shmall] action create (up to date)
* file[create /opt/gitlab/embedded/etc/90-omnibus-gitlab-kernel.shmall.conf kernel.shmall] action create (up to date)
* link[/etc/sysctl.d/90-omnibus-gitlab-kernel.shmall.conf] action create (up to date)
* file[delete /etc/sysctl.d/90-postgresql.conf kernel.shmall] action delete (skipped due to only_if)
* file[delete /etc/sysctl.d/90-unicorn.conf kernel.shmall] action delete (skipped due to only_if)
* file[delete /opt/gitlab/embedded/etc/90-omnibus-gitlab.conf kernel.shmall] action delete (skipped due to only_if)
* file[delete /etc/sysctl.d/90-omnibus-gitlab.conf kernel.shmall] action delete (skipped due to only_if)
* execute[load sysctl conf kernel.shmall] action nothing (skipped due to action :nothing)
(up to date)
* sysctl[kernel.sem] action create
* directory[create /etc/sysctl.d for kernel.sem] action create (up to date)
* file[create /opt/gitlab/embedded/etc/90-omnibus-gitlab-kernel.sem.conf kernel.sem] action create (up to date)
* link[/etc/sysctl.d/90-omnibus-gitlab-kernel.sem.conf] action create (up to date)
* file[delete /etc/sysctl.d/90-postgresql.conf kernel.sem] action delete (skipped due to only_if)
* file[delete /etc/sysctl.d/90-unicorn.conf kernel.sem] action delete (skipped due to only_if)
* file[delete /opt/gitlab/embedded/etc/90-omnibus-gitlab.conf kernel.sem] action delete (skipped due to only_if)
* file[delete /etc/sysctl.d/90-omnibus-gitlab.conf kernel.sem] action delete (skipped due to only_if)
* execute[load sysctl conf kernel.sem] action nothing (skipped due to action :nothing)
(up to date)
* execute[/opt/gitlab/embedded/bin/initdb -D /var/opt/gitlab/postgresql/data -E UTF8] action run (skipped due to not_if)
* file[/var/opt/gitlab/postgresql/data/server.crt] action create (up to date)
* file[/var/opt/gitlab/postgresql/data/server.key] action create (up to date)
* template[/var/opt/gitlab/postgresql/data/postgresql.conf] action create
- update content in file /var/opt/gitlab/postgresql/data/postgresql.conf from 4bdeb0 to 82ac31
--- /var/opt/gitlab/postgresql/data/postgresql.conf 2018-02-22 16:26:50.975031035 +0900
+++ /var/opt/gitlab/postgresql/data/.chef-postgresql20190706-26685-1d4iive.conf 2019-07-06 15:51:54.577159090 +0900
@@ -119,7 +119,7 @@

# - Memory -

-shared_buffers = 248MB # min 128kB
+shared_buffers = 247MB # min 128kB
# (change requires restart)
#temp_buffers = 8MB # min 800kB
#max_prepared_transactions = 0 # zero disables the feature
* execute[reload postgresql] action run
- execute /opt/gitlab/bin/gitlab-ctl hup postgresql
* execute[start postgresql] action run (skipped due to not_if)
* template[/var/opt/gitlab/postgresql/data/runtime.conf] action create
- update content in file /var/opt/gitlab/postgresql/data/runtime.conf from c3734e to 95336c
--- /var/opt/gitlab/postgresql/data/runtime.conf 2019-03-30 17:28:52.890077224 +0900
+++ /var/opt/gitlab/postgresql/data/.chef-runtime20190706-26685-mcp16m.conf 2019-07-06 15:51:55.562159099 +0900
@@ -40,7 +40,7 @@
#seq_page_cost = 1.0 # measured on an arbitrary scale
random_page_cost = 2.0 # same scale as above

-effective_cache_size = 496MB # Default 128MB
+effective_cache_size = 495MB # Default 128MB

log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
# and their durations, > 0 logs only
* execute[reload postgresql] action run
- execute /opt/gitlab/bin/gitlab-ctl hup postgresql
* execute[start postgresql] action run (skipped due to not_if)
* template[/var/opt/gitlab/postgresql/data/pg_hba.conf] action create (up to date)
* template[/var/opt/gitlab/postgresql/data/pg_ident.conf] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[postgresql] action nothing (skipped due to action :nothing)
Recipe: postgresql::enable
* runit_service[postgresql] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/postgresql] action create (up to date)
* template[/opt/gitlab/sv/postgresql/run] action create (up to date)
* directory[/opt/gitlab/sv/postgresql/log] action create (up to date)
* directory[/opt/gitlab/sv/postgresql/log/main] action create (up to date)
* template[/opt/gitlab/sv/postgresql/log/run] action create (up to date)
* template[/var/log/gitlab/postgresql/config] action create (up to date)
* directory[/opt/gitlab/sv/postgresql/env] action create (up to date)
* ruby_block[Delete unmanaged env files for postgresql service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/postgresql/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/postgresql/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/postgresql/control] action create (up to date)
* template[/opt/gitlab/sv/postgresql/control/t] action create (up to date)
* link[/opt/gitlab/init/postgresql] action create (up to date)
* file[/opt/gitlab/sv/postgresql/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/postgresql] action create (up to date)
* ruby_block[wait for postgresql service socket] action run (skipped due to not_if)
* directory[/opt/gitlab/service/postgresql/supervise] action create (up to date)
* directory[/opt/gitlab/service/postgresql/log/supervise] action create (up to date)
* file[/opt/gitlab/sv/postgresql/supervise/ok] action touch (skipped due to only_if)
* file[/opt/gitlab/sv/postgresql/log/supervise/ok] action touch (skipped due to only_if)
* file[/opt/gitlab/sv/postgresql/supervise/status] action touch
- change owner from 'root' to 'gitlab-psql'
- change group from 'root' to 'gitlab-psql'
- update utime on file /opt/gitlab/sv/postgresql/supervise/status
* file[/opt/gitlab/sv/postgresql/log/supervise/status] action touch
- change owner from 'root' to 'gitlab-psql'
- change group from 'root' to 'gitlab-psql'
- update utime on file /opt/gitlab/sv/postgresql/log/supervise/status
* file[/opt/gitlab/sv/postgresql/supervise/control] action touch (skipped due to only_if)
* file[/opt/gitlab/sv/postgresql/log/supervise/control] action touch (skipped due to only_if)

Recipe: postgresql::bin
* ruby_block[Link postgresql bin files to the correct version] action run (skipped due to only_if)
Recipe: postgresql::enable
* template[/opt/gitlab/etc/gitlab-psql-rc] action create (up to date)
* postgresql_user[gitlab] action create
* execute[create gitlab postgresql user] action run (skipped due to not_if)
(up to date)
* execute[create gitlabhq_production database] action run (skipped due to not_if)
* postgresql_user[gitlab_replicator] action create
* execute[create gitlab_replicator postgresql user] action run (skipped due to not_if)
* execute[set options for gitlab_replicator postgresql user] action run (skipped due to not_if)
(up to date)
* postgresql_extension[pg_trgm] action enable
* postgresql_query[enable pg_trgm extension] action run (skipped due to only_if)
(up to date)
* ruby_block[warn pending postgresql restart] action run (skipped due to only_if)
* execute[reload postgresql] action nothing (skipped due to action :nothing)
* execute[start postgresql] action nothing (skipped due to action :nothing)
Recipe: gitlab::database_migrations
* bash[migrate gitlab-rails database] action run (skipped due to not_if)
Recipe: gitlab::logrotate_folders_and_configs
* directory[/var/opt/gitlab/logrotate] action create (up to date)
* directory[/var/opt/gitlab/logrotate/logrotate.d] action create (up to date)
* directory[/var/log/gitlab/logrotate] action create (up to date)
* template[/var/opt/gitlab/logrotate/logrotate.conf] action create (up to date)
* template[/var/opt/gitlab/logrotate/logrotate.d/nginx] action create (up to date)
* template[/var/opt/gitlab/logrotate/logrotate.d/unicorn] action create (up to date)
* template[/var/opt/gitlab/logrotate/logrotate.d/gitlab-rails] action create (up to date)
* template[/var/opt/gitlab/logrotate/logrotate.d/gitlab-shell] action create (up to date)
* template[/var/opt/gitlab/logrotate/logrotate.d/gitlab-workhorse] action create (up to date)
* template[/var/opt/gitlab/logrotate/logrotate.d/gitlab-pages] action create (up to date)
Recipe: gitlab::unicorn
* directory[/var/log/gitlab/unicorn] action create (up to date)
* directory[/opt/gitlab/var/unicorn] action create (up to date)
* directory[/var/opt/gitlab/gitlab-rails/sockets] action create (up to date)
* directory[/var/opt/gitlab/gitlab-rails/etc] action create (up to date)
* template[/var/opt/gitlab/gitlab-rails/etc/unicorn.rb] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[unicorn] action nothing (skipped due to action :nothing)
Recipe: gitlab::unicorn
* runit_service[unicorn] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/unicorn] action create (up to date)
* template[/opt/gitlab/sv/unicorn/run] action create (up to date)
* directory[/opt/gitlab/sv/unicorn/log] action create (up to date)
* directory[/opt/gitlab/sv/unicorn/log/main] action create (up to date)
* template[/opt/gitlab/sv/unicorn/log/run] action create (up to date)
* template[/var/log/gitlab/unicorn/config] action create (up to date)
* directory[/opt/gitlab/sv/unicorn/env] action create (up to date)
* ruby_block[Delete unmanaged env files for unicorn service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/unicorn/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/unicorn/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/unicorn/control] action create (up to date)
* template[/opt/gitlab/sv/unicorn/control/t] action create (up to date)
* link[/opt/gitlab/init/unicorn] action create (up to date)
* file[/opt/gitlab/sv/unicorn/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/unicorn] action create (up to date)
* ruby_block[wait for unicorn service socket] action run (skipped due to not_if)
(up to date)
* sysctl[net.core.somaxconn] action create
* directory[create /etc/sysctl.d for net.core.somaxconn] action create (up to date)
* file[create /opt/gitlab/embedded/etc/90-omnibus-gitlab-net.core.somaxconn.conf net.core.somaxconn] action create (up to date)
* link[/etc/sysctl.d/90-omnibus-gitlab-net.core.somaxconn.conf] action create (up to date)
* file[delete /etc/sysctl.d/90-postgresql.conf net.core.somaxconn] action delete (skipped due to only_if)
* file[delete /etc/sysctl.d/90-unicorn.conf net.core.somaxconn] action delete (skipped due to only_if)
* file[delete /opt/gitlab/embedded/etc/90-omnibus-gitlab.conf net.core.somaxconn] action delete (skipped due to only_if)
* file[delete /etc/sysctl.d/90-omnibus-gitlab.conf net.core.somaxconn] action delete (skipped due to only_if)
* execute[load sysctl conf net.core.somaxconn] action nothing (skipped due to action :nothing)
(up to date)
Recipe: <Dynamically Defined Resource>
* service[puma] action nothing (skipped due to action :nothing)
Recipe: gitlab::puma_disable
* runit_service[puma] action disable
* ruby_block[disable puma] action run (skipped due to only_if)
(up to date)
Recipe: gitlab::sidekiq
* directory[/var/log/gitlab/sidekiq] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[sidekiq] action nothing (skipped due to action :nothing)
Recipe: gitlab::sidekiq
* runit_service[sidekiq] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/sidekiq] action create (up to date)
* template[/opt/gitlab/sv/sidekiq/run] action create (up to date)
* directory[/opt/gitlab/sv/sidekiq/log] action create (up to date)
* directory[/opt/gitlab/sv/sidekiq/log/main] action create (up to date)
* template[/opt/gitlab/sv/sidekiq/log/run] action create (up to date)
* template[/var/log/gitlab/sidekiq/config] action create (up to date)
* directory[/opt/gitlab/sv/sidekiq/env] action create (up to date)
* ruby_block[Delete unmanaged env files for sidekiq service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/sidekiq/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/sidekiq/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/sidekiq/control] action create (up to date)
* link[/opt/gitlab/init/sidekiq] action create (up to date)
* file[/opt/gitlab/sv/sidekiq/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/sidekiq] action create (up to date)
* ruby_block[wait for sidekiq service socket] action run (skipped due to not_if)
(up to date)
Recipe: gitlab::gitlab-workhorse
* directory[/var/opt/gitlab/gitlab-workhorse] action create (up to date)
* directory[/var/log/gitlab/gitlab-workhorse] action create (up to date)
* directory[/opt/gitlab/etc/gitlab-workhorse] action create (up to date)
* env_dir[/opt/gitlab/etc/gitlab-workhorse/env] action create
* directory[/opt/gitlab/etc/gitlab-workhorse/env] action create (up to date)
* file[/opt/gitlab/etc/gitlab-workhorse/env/PATH] action create (up to date)
* file[/opt/gitlab/etc/gitlab-workhorse/env/HOME] action create (up to date)
* file[/opt/gitlab/etc/gitlab-workhorse/env/SSL_CERT_DIR] action create (up to date)
(up to date)
Recipe: <Dynamically Defined Resource>
* service[gitlab-workhorse] action nothing (skipped due to action :nothing)
Recipe: gitlab::gitlab-workhorse
* runit_service[gitlab-workhorse] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/gitlab-workhorse] action create (up to date)
* template[/opt/gitlab/sv/gitlab-workhorse/run] action create (up to date)
* directory[/opt/gitlab/sv/gitlab-workhorse/log] action create (up to date)
* directory[/opt/gitlab/sv/gitlab-workhorse/log/main] action create (up to date)
* template[/opt/gitlab/sv/gitlab-workhorse/log/run] action create (up to date)
* template[/var/log/gitlab/gitlab-workhorse/config] action create (up to date)
* directory[/opt/gitlab/sv/gitlab-workhorse/env] action create (up to date)
* ruby_block[Delete unmanaged env files for gitlab-workhorse service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/gitlab-workhorse/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/gitlab-workhorse/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/gitlab-workhorse/control] action create (up to date)
* link[/opt/gitlab/init/gitlab-workhorse] action create (up to date)
* file[/opt/gitlab/sv/gitlab-workhorse/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/gitlab-workhorse] action create (up to date)
* ruby_block[wait for gitlab-workhorse service socket] action run (skipped due to not_if)
(up to date)
* file[/var/opt/gitlab/gitlab-workhorse/VERSION] action create (up to date)
* template[/var/opt/gitlab/gitlab-workhorse/config.toml] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[mailroom] action nothing (skipped due to action :nothing)
Recipe: gitlab::mailroom_disable
* runit_service[mailroom] action disable
* ruby_block[disable mailroom] action run (skipped due to only_if)
(up to date)
Recipe: gitlab::nginx
* directory[/var/opt/gitlab/nginx] action create (up to date)
* directory[/var/opt/gitlab/nginx/conf] action create (up to date)
* directory[/var/log/gitlab/nginx] action create (up to date)
* link[/var/opt/gitlab/nginx/logs] action create (up to date)
* template[/var/opt/gitlab/nginx/conf/gitlab-http.conf] action create (up to date)
* template[/var/opt/gitlab/nginx/conf/gitlab-smartcard-http.conf] action delete (up to date)
* template[/var/opt/gitlab/nginx/conf/gitlab-pages.conf] action delete (up to date)
* template[/var/opt/gitlab/nginx/conf/gitlab-registry.conf] action delete (up to date)
* template[/var/opt/gitlab/nginx/conf/gitlab-mattermost-http.conf] action create (up to date)
* template[/var/opt/gitlab/nginx/conf/nginx-status.conf] action create (up to date)
* template[/var/opt/gitlab/nginx/conf/nginx.conf] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[nginx] action nothing (skipped due to action :nothing)
Recipe: nginx::enable
* runit_service[nginx] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/nginx] action create (up to date)
* template[/opt/gitlab/sv/nginx/run] action create (up to date)
* directory[/opt/gitlab/sv/nginx/log] action create (up to date)
* directory[/opt/gitlab/sv/nginx/log/main] action create (up to date)
* template[/opt/gitlab/sv/nginx/log/run] action create (up to date)
* template[/var/log/gitlab/nginx/config] action create (up to date)
* directory[/opt/gitlab/sv/nginx/env] action create (up to date)
* ruby_block[Delete unmanaged env files for nginx service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/nginx/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/nginx/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/nginx/control] action create (up to date)
* link[/opt/gitlab/init/nginx] action create (up to date)
* file[/opt/gitlab/sv/nginx/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/nginx] action create (up to date)
* ruby_block[wait for nginx service socket] action run (skipped due to not_if)
(up to date)
* execute[reload nginx] action nothing (skipped due to action :nothing)
Recipe: <Dynamically Defined Resource>
* service[remote-syslog] action nothing (skipped due to action :nothing)
Recipe: gitlab::remote-syslog_disable
* runit_service[remote-syslog] action disable
* ruby_block[disable remote-syslog] action run (skipped due to only_if)
(up to date)
Recipe: <Dynamically Defined Resource>
* service[logrotate] action nothing (skipped due to action :nothing)
Recipe: gitlab::logrotate
* runit_service[logrotate] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/logrotate] action create (up to date)
* template[/opt/gitlab/sv/logrotate/run] action create (up to date)
* directory[/opt/gitlab/sv/logrotate/log] action create (up to date)
* directory[/opt/gitlab/sv/logrotate/log/main] action create (up to date)
* template[/opt/gitlab/sv/logrotate/log/run] action create (up to date)
* template[/var/log/gitlab/logrotate/config] action create (up to date)
* directory[/opt/gitlab/sv/logrotate/env] action create (up to date)
* ruby_block[Delete unmanaged env files for logrotate service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/logrotate/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/logrotate/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/logrotate/control] action create (up to date)
* template[/opt/gitlab/sv/logrotate/control/t] action create (up to date)
* link[/opt/gitlab/init/logrotate] action create (up to date)
* file[/opt/gitlab/sv/logrotate/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/logrotate] action create (up to date)
* ruby_block[wait for logrotate service socket] action run (skipped due to not_if)
(up to date)
Recipe: <Dynamically Defined Resource>
* service[gitlab-pages] action nothing (skipped due to action :nothing)
Recipe: gitlab::gitlab-pages_disable
* runit_service[gitlab-pages] action disable
* ruby_block[disable gitlab-pages] action run (skipped due to only_if)
(up to date)
Recipe: <Dynamically Defined Resource>
* service[storage-check] action nothing (skipped due to action :nothing)
Recipe: gitlab::storage-check_disable
* runit_service[storage-check] action disable
* ruby_block[disable storage-check] action run (skipped due to only_if)
(up to date)
Recipe: <Dynamically Defined Resource>
* service[registry] action nothing (skipped due to action :nothing)
Recipe: registry::disable
* runit_service[registry] action disable
* ruby_block[disable registry] action run (skipped due to only_if)
(up to date)
Recipe: mattermost::enable
* account[Mattermost user and group] action create
* group[Mattermost user and group] action create (up to date)
* linux_user[Mattermost user and group] action create (up to date)
(up to date)
* directory[/var/opt/gitlab/mattermost] action create (up to date)
* directory[/var/log/gitlab/mattermost] action create (up to date)
* directory[/var/opt/gitlab/mattermost/data] action create (up to date)
* directory[/var/opt/gitlab/mattermost/plugins] action create (up to date)
* directory[/var/opt/gitlab/mattermost/client-plugins] action create (up to date)
* file[/var/log/gitlab/mattermost/mattermost.log] action create (up to date)
* postgresql_user[gitlab_mattermost] action create
* execute[create gitlab_mattermost postgresql user] action run (skipped due to not_if)
(up to date)
* execute[create mattermost_production database] action run (skipped due to not_if)
* ruby_block[populate mattermost configuration options] action run
- execute the ruby block populate mattermost configuration options
* remote_file[/var/opt/gitlab/mattermost/config.json] action create_if_missing (up to date)
* env_dir[/opt/gitlab/etc/mattermost/env] action create
* directory[/opt/gitlab/etc/mattermost/env] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_SERVICESETTINGS_SITEURL] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_SERVICESETTINGS_LISTENADDRESS] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_SERVICESETTINGS_ALLOWEDUNTRUSTEDINTERNALCONNECTIONS] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_SERVICESETTINGS_ENABLEAPITEAMDELETION] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_TEAMSETTINGS_SITENAME] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_SQLSETTINGS_DRIVERNAME] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_SQLSETTINGS_DATASOURCE] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_SQLSETTINGS_ATRESTENCRYPTKEY] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_LOGSETTINGS_FILELOCATION] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_FILESETTINGS_DIRECTORY] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_GITLABSETTINGS_ENABLE] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_GITLABSETTINGS_SECRET] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_GITLABSETTINGS_ID] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_GITLABSETTINGS_SCOPE] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_GITLABSETTINGS_AUTHENDPOINT] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_GITLABSETTINGS_TOKENENDPOINT] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_GITLABSETTINGS_USERAPIENDPOINT] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_PLUGINSETTINGS_DIRECTORY] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/MM_PLUGINSETTINGS_CLIENTDIRECTORY] action create (up to date)
* file[/opt/gitlab/etc/mattermost/env/SSL_CERT_DIR] action create (up to date)
(up to date)
* directory[/var/opt/gitlab/mattermost/env] action delete (up to date)
Recipe: <Dynamically Defined Resource>
* service[mattermost] action nothing (skipped due to action :nothing)
Recipe: mattermost::enable
* runit_service[mattermost] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/mattermost] action create (up to date)
* template[/opt/gitlab/sv/mattermost/run] action create (up to date)
* directory[/opt/gitlab/sv/mattermost/log] action create (up to date)
* directory[/opt/gitlab/sv/mattermost/log/main] action create (up to date)
* template[/opt/gitlab/sv/mattermost/log/run] action create (up to date)
* template[/var/log/gitlab/mattermost/config] action create (up to date)
* directory[/opt/gitlab/sv/mattermost/env] action create (up to date)
* ruby_block[Delete unmanaged env files for mattermost service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/mattermost/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/mattermost/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/mattermost/control] action create (up to date)
* link[/opt/gitlab/init/mattermost] action create (up to date)
* file[/opt/gitlab/sv/mattermost/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/mattermost] action create (up to date)
* ruby_block[wait for mattermost service socket] action run (skipped due to not_if)
(up to date)
Recipe: gitlab::gitlab-healthcheck
* template[/opt/gitlab/etc/gitlab-healthcheck-rc] action create (up to date)
Recipe: gitlab::prometheus_user
* account[Prometheus user and group] action create
* group[Prometheus user and group] action create (up to date)
* linux_user[Prometheus user and group] action create (up to date)
(up to date)
Recipe: gitlab::node-exporter
* directory[/var/log/gitlab/node-exporter] action create (up to date)
* directory[/opt/gitlab/etc/node-exporter/env] action create (up to date)
* env_dir[/opt/gitlab/etc/node-exporter/env] action create
* directory[/opt/gitlab/etc/node-exporter/env] action create (up to date)
* file[/opt/gitlab/etc/node-exporter/env/SSL_CERT_DIR] action create (up to date)
(up to date)
* directory[/var/opt/gitlab/node-exporter/textfile_collector] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[node-exporter] action nothing (skipped due to action :nothing)
Recipe: gitlab::node-exporter
* runit_service[node-exporter] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/node-exporter] action create (up to date)
* template[/opt/gitlab/sv/node-exporter/run] action create (up to date)
* directory[/opt/gitlab/sv/node-exporter/log] action create (up to date)
* directory[/opt/gitlab/sv/node-exporter/log/main] action create (up to date)
* template[/opt/gitlab/sv/node-exporter/log/run] action create (up to date)
* template[/var/log/gitlab/node-exporter/config] action create (up to date)
* directory[/opt/gitlab/sv/node-exporter/env] action create (up to date)
* ruby_block[Delete unmanaged env files for node-exporter service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/node-exporter/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/node-exporter/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/node-exporter/control] action create (up to date)
* link[/opt/gitlab/init/node-exporter] action create (up to date)
* file[/opt/gitlab/sv/node-exporter/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/node-exporter] action create (up to date)
* ruby_block[wait for node-exporter service socket] action run (skipped due to not_if)
(up to date)
Recipe: gitlab::gitlab-monitor
* directory[/var/opt/gitlab/gitlab-monitor] action create (up to date)
* directory[/var/log/gitlab/gitlab-monitor] action create (up to date)
* template[/var/opt/gitlab/gitlab-monitor/gitlab-monitor.yml] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[gitlab-monitor] action nothing (skipped due to action :nothing)
Recipe: gitlab::gitlab-monitor
* runit_service[gitlab-monitor] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/gitlab-monitor] action create (up to date)
* template[/opt/gitlab/sv/gitlab-monitor/run] action create (up to date)
* directory[/opt/gitlab/sv/gitlab-monitor/log] action create (up to date)
* directory[/opt/gitlab/sv/gitlab-monitor/log/main] action create (up to date)
* template[/opt/gitlab/sv/gitlab-monitor/log/run] action create (up to date)
* template[/var/log/gitlab/gitlab-monitor/config] action create (up to date)
* directory[/opt/gitlab/sv/gitlab-monitor/env] action create (up to date)
* ruby_block[Delete unmanaged env files for gitlab-monitor service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/gitlab-monitor/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/gitlab-monitor/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/gitlab-monitor/control] action create (up to date)
* link[/opt/gitlab/init/gitlab-monitor] action create (up to date)
* file[/opt/gitlab/sv/gitlab-monitor/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/gitlab-monitor] action create (up to date)
* ruby_block[wait for gitlab-monitor service socket] action run (skipped due to not_if)
(up to date)
Recipe: gitlab::redis-exporter
* directory[/var/log/gitlab/redis-exporter] action create (up to date)
* directory[/opt/gitlab/etc/redis-exporter/env] action create (up to date)
* env_dir[/opt/gitlab/etc/redis-exporter/env] action create
* directory[/opt/gitlab/etc/redis-exporter/env] action create (up to date)
* file[/opt/gitlab/etc/redis-exporter/env/SSL_CERT_DIR] action create (up to date)
(up to date)
Recipe: <Dynamically Defined Resource>
* service[redis-exporter] action nothing (skipped due to action :nothing)
Recipe: gitlab::redis-exporter
* runit_service[redis-exporter] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/redis-exporter] action create (up to date)
* template[/opt/gitlab/sv/redis-exporter/run] action create (up to date)
* directory[/opt/gitlab/sv/redis-exporter/log] action create (up to date)
* directory[/opt/gitlab/sv/redis-exporter/log/main] action create (up to date)
* template[/opt/gitlab/sv/redis-exporter/log/run] action create (up to date)
* template[/var/log/gitlab/redis-exporter/config] action create (up to date)
* directory[/opt/gitlab/sv/redis-exporter/env] action create (up to date)
* ruby_block[Delete unmanaged env files for redis-exporter service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/redis-exporter/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/redis-exporter/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/redis-exporter/control] action create (up to date)
* link[/opt/gitlab/init/redis-exporter] action create (up to date)
* file[/opt/gitlab/sv/redis-exporter/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/redis-exporter] action create (up to date)
* ruby_block[wait for redis-exporter service socket] action run (skipped due to not_if)
(up to date)
Recipe: gitlab::prometheus
* directory[/var/opt/gitlab/prometheus] action create (up to date)
* directory[/var/opt/gitlab/prometheus/rules] action create (up to date)
* directory[/var/log/gitlab/prometheus] action create (up to date)
* directory[/opt/gitlab/etc/prometheus/env] action create (up to date)
* env_dir[/opt/gitlab/etc/prometheus/env] action create
* directory[/opt/gitlab/etc/prometheus/env] action create (up to date)
* file[/opt/gitlab/etc/prometheus/env/SSL_CERT_DIR] action create (up to date)
(up to date)
* link[Link prometheus executable to correct binary] action create (up to date)
* execute[reload prometheus] action nothing (skipped due to action :nothing)
* file[Prometheus config] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[prometheus] action nothing (skipped due to action :nothing)
Recipe: gitlab::prometheus
* runit_service[prometheus] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/prometheus] action create (up to date)
* template[/opt/gitlab/sv/prometheus/run] action create
- update content in file /opt/gitlab/sv/prometheus/run from d936bb to d2fab6
--- /opt/gitlab/sv/prometheus/run 2019-03-30 17:40:45.940076680 +0900
+++ /opt/gitlab/sv/prometheus/.chef-run20190706-26685-5u4mzi 2019-07-06 15:51:58.171159122 +0900
@@ -5,5 +5,5 @@
exec chpst -P -e /opt/gitlab/etc/prometheus/env \
-U gitlab-prometheus:gitlab-prometheus \
-u gitlab-prometheus:gitlab-prometheus \
- /opt/gitlab/embedded/bin/prometheus -web.listen-address=localhost:9090 -storage.local.path=/var/opt/gitlab/prometheus/data -storage.local.chunk-encoding-version=2 -storage.local.target-heap-size=47037890 -config.file=/var/opt/gitlab/prometheus/prometheus.yml
+ /opt/gitlab/embedded/bin/prometheus -web.listen-address=localhost:9090 -storage.local.path=/var/opt/gitlab/prometheus/data -storage.local.chunk-encoding-version=2 -storage.local.target-heap-size=46998978 -config.file=/var/opt/gitlab/prometheus/prometheus.yml
* directory[/opt/gitlab/sv/prometheus/log] action create (up to date)
* directory[/opt/gitlab/sv/prometheus/log/main] action create (up to date)
* template[/opt/gitlab/sv/prometheus/log/run] action create (up to date)
* template[/var/log/gitlab/prometheus/config] action create (up to date)
* directory[/opt/gitlab/sv/prometheus/env] action create (up to date)
* ruby_block[Delete unmanaged env files for prometheus service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/prometheus/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/prometheus/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/prometheus/control] action create (up to date)
* link[/opt/gitlab/init/prometheus] action create (up to date)
* file[/opt/gitlab/sv/prometheus/down] action delete (up to date)
* ruby_block[restart_service] action run
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/prometheus] action create (up to date)
* template[/opt/gitlab/sv/prometheus/run] action create (up to date)
* directory[/opt/gitlab/sv/prometheus/log] action create (up to date)
* directory[/opt/gitlab/sv/prometheus/log/main] action create (up to date)
* template[/opt/gitlab/sv/prometheus/log/run] action create (up to date)
* template[/var/log/gitlab/prometheus/config] action create (up to date)
* directory[/opt/gitlab/sv/prometheus/env] action create (up to date)
* ruby_block[Delete unmanaged env files for prometheus service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/prometheus/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/prometheus/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/prometheus/control] action create (up to date)
* link[/opt/gitlab/init/prometheus] action create (up to date)
* file[/opt/gitlab/sv/prometheus/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/prometheus] action create (up to date)
* ruby_block[wait for prometheus service socket] action run (skipped due to not_if)
- execute the ruby block restart_service
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/prometheus] action create (up to date)
* ruby_block[wait for prometheus service socket] action run (skipped due to not_if)

* template[/var/opt/gitlab/prometheus/rules/gitlab.rules] action create (up to date)
* template[/var/opt/gitlab/prometheus/rules/node.rules] action create (up to date)
Recipe: gitlab::alertmanager
* directory[/var/opt/gitlab/alertmanager] action create (up to date)
* directory[/var/log/gitlab/alertmanager] action create (up to date)
* directory[/opt/gitlab/etc/alertmanager/env] action create (up to date)
* env_dir[/opt/gitlab/etc/alertmanager/env] action create
* directory[/opt/gitlab/etc/alertmanager/env] action create (up to date)
* file[/opt/gitlab/etc/alertmanager/env/SSL_CERT_DIR] action create (up to date)
(up to date)
* file[Alertmanager config] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[alertmanager] action nothing (skipped due to action :nothing)
Recipe: gitlab::alertmanager
* runit_service[alertmanager] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/alertmanager] action create (up to date)
* template[/opt/gitlab/sv/alertmanager/run] action create (up to date)
* directory[/opt/gitlab/sv/alertmanager/log] action create (up to date)
* directory[/opt/gitlab/sv/alertmanager/log/main] action create (up to date)
* template[/opt/gitlab/sv/alertmanager/log/run] action create (up to date)
* template[/var/log/gitlab/alertmanager/config] action create (up to date)
* directory[/opt/gitlab/sv/alertmanager/env] action create (up to date)
* ruby_block[Delete unmanaged env files for alertmanager service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/alertmanager/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/alertmanager/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/alertmanager/control] action create (up to date)
* link[/opt/gitlab/init/alertmanager] action create (up to date)
* file[/opt/gitlab/sv/alertmanager/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/alertmanager] action create (up to date)
* ruby_block[wait for alertmanager service socket] action run (skipped due to not_if)
(up to date)
Recipe: gitlab::postgres-exporter
* directory[/var/log/gitlab/postgres-exporter] action create (up to date)
* directory[/var/opt/gitlab/postgres-exporter] action create (up to date)
* env_dir[/opt/gitlab/etc/postgres-exporter/env] action create
* directory[/opt/gitlab/etc/postgres-exporter/env] action create (up to date)
* file[/opt/gitlab/etc/postgres-exporter/env/SSL_CERT_DIR] action create (up to date)
* file[/opt/gitlab/etc/postgres-exporter/env/DATA_SOURCE_NAME] action create (up to date)
(up to date)
Recipe: <Dynamically Defined Resource>
* service[postgres-exporter] action nothing (skipped due to action :nothing)
Recipe: gitlab::postgres-exporter
* runit_service[postgres-exporter] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/postgres-exporter] action create (up to date)
* template[/opt/gitlab/sv/postgres-exporter/run] action create (up to date)
* directory[/opt/gitlab/sv/postgres-exporter/log] action create (up to date)
* directory[/opt/gitlab/sv/postgres-exporter/log/main] action create (up to date)
* template[/opt/gitlab/sv/postgres-exporter/log/run] action create (up to date)
* template[/var/log/gitlab/postgres-exporter/config] action create (up to date)
* directory[/opt/gitlab/sv/postgres-exporter/env] action create (up to date)
* ruby_block[Delete unmanaged env files for postgres-exporter service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/postgres-exporter/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/postgres-exporter/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/postgres-exporter/control] action create (up to date)
* link[/opt/gitlab/init/postgres-exporter] action create (up to date)
* file[/opt/gitlab/sv/postgres-exporter/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/postgres-exporter] action create (up to date)
* ruby_block[wait for postgres-exporter service socket] action run (skipped due to not_if)
(up to date)
* template[/var/opt/gitlab/postgres-exporter/queries.yaml] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[grafana] action nothing (skipped due to action :nothing)
Recipe: gitlab::grafana_disable
* runit_service[grafana] action disable
* ruby_block[disable grafana] action run (skipped due to only_if)
(up to date)
Recipe: letsencrypt::enable
* ruby_block[http external-url] action run (skipped due to only_if)
* directory[/etc/letsencrypt/live/dev.dennou-lab.com] action create (up to date)
* acme_selfsigned[dev.dennou-lab.com] action create
* file[dev.dennou-lab.com SSL selfsigned key] action create_if_missing (up to date)
* file[dev.dennou-lab.com SSL selfsigned crt] action create_if_missing (up to date)
* file[dev.dennou-lab.com SSL selfsigned chain] action create_if_missing (skipped due to not_if)
(up to date)
Recipe: letsencrypt::http_authorization
* letsencrypt_certificate[dev.dennou-lab.com] action create
* acme_certificate[staging] action create
* file[dev.dennou-lab.com SSL key] action create_if_missing (up to date)
* directory[/var/opt/gitlab/nginx/www/.well-known/acme-challenge] action create (up to date)
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/cmua02CXQtwexoXq0pKMgSx6fcYSv-ZYnDRO6ZjZ_es] action create
- create new file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/cmua02CXQtwexoXq0pKMgSx6fcYSv-ZYnDRO6ZjZ_es
- update content in file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/cmua02CXQtwexoXq0pKMgSx6fcYSv-ZYnDRO6ZjZ_es from none to b62da5
--- /var/opt/gitlab/nginx/www/.well-known/acme-challenge/cmua02CXQtwexoXq0pKMgSx6fcYSv-ZYnDRO6ZjZ_es 2019-07-06 15:52:00.324159141 +0900
+++ /var/opt/gitlab/nginx/www/.well-known/acme-challenge/.chef-cmua02CXQtwexoXq0pKMgSx6fcYSv-ZYnDRO6ZjZ_es20190706-26685-on5bjx 2019-07-06 15:52:00.324159141 +0900
@@ -1 +1,2 @@
+cmua02CXQtwexoXq0pKMgSx6fcYSv-ZYnDRO6ZjZ_es.615aszdvnZPNo8ZO03Xont7yXXkcb-S2KxHfNTHpFWI
- change mode from '' to '0644'
- change owner from '' to 'root'
- change group from '' to 'root'
* file[dev.dennou-lab.com SSL key] action nothing (skipped due to action :nothing)
* directory[/var/opt/gitlab/nginx/www/.well-known/acme-challenge] action create (up to date)
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/cmua02CXQtwexoXq0pKMgSx6fcYSv-ZYnDRO6ZjZ_es] action create (up to date)
* ruby_block[create certificate for dev.dennou-lab.com] action run
Recipe: <Dynamically Defined Resource>
* file[dev.dennou-lab.com SSL new crt] action create
- update content in file /etc/letsencrypt/live/dev.dennou-lab.com/fullchain.pem-staging from 5ec304 to 4d98c9
--- /etc/letsencrypt/live/dev.dennou-lab.com/fullchain.pem-staging 2019-03-30 17:13:30.098076591 +0900
+++ /etc/letsencrypt/live/dev.dennou-lab.com/.chef-fullchain20190706-26685-19jkhgm.pem-staging 2019-07-06 15:52:03.562159170 +0900
@@ -1,32 +1,33 @@
-----BEGIN CERTIFICATE-----
-MIIFPDCCBCSgAwIBAgITAPr38xI969BYuyXPMOZVdTaKtjANBgkqhkiG9w0BAQsF
-ADAiMSAwHgYDVQQDDBdGYWtlIExFIEludGVybWVkaWF0ZSBYMTAeFw0xOTAzMzAw
-NzEzMjlaFw0xOTA2MjgwNzEzMjlaMB0xGzAZBgNVBAMTEmRldi5kZW5ub3UtbGFi
+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
-zJ2vaZkCAwEAAaOCAm4wggJqMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggr
+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
-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
+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
+xQ==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEqzCCApOgAwIBAgIRAIvhKg5ZRO08VGQx8JdhT+UwDQYJKoZIhvcNAQELBQAw
- execute the ruby block create certificate for dev.dennou-lab.com

* ruby_block[reset private key] action run
- execute the ruby block reset private key
* acme_certificate[production] action create
* file[dev.dennou-lab.com SSL key] action create_if_missing (up to date)
* directory[/var/opt/gitlab/nginx/www/.well-known/acme-challenge] action create (up to date)
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/u-pH3Hk8GKdTYq7ynAZP4gcNI8j4YbF4jCIKclAaX1M] action create
- create new file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/u-pH3Hk8GKdTYq7ynAZP4gcNI8j4YbF4jCIKclAaX1M
- update content in file /var/opt/gitlab/nginx/www/.well-known/acme-challenge/u-pH3Hk8GKdTYq7ynAZP4gcNI8j4YbF4jCIKclAaX1M from none to f862ef
--- /var/opt/gitlab/nginx/www/.well-known/acme-challenge/u-pH3Hk8GKdTYq7ynAZP4gcNI8j4YbF4jCIKclAaX1M 2019-07-06 15:52:05.441159187 +0900
+++ /var/opt/gitlab/nginx/www/.well-known/acme-challenge/.chef-u-pH3Hk8GKdTYq7ynAZP4gcNI8j4YbF4jCIKclAaX1M20190706-26685-11ccpkm 2019-07-06 15:52:05.440159187 +0900
@@ -1 +1,2 @@
+u-pH3Hk8GKdTYq7ynAZP4gcNI8j4YbF4jCIKclAaX1M.SQs7wMr14R_2ImaOD_GCkbCbNKNCZyWZkCxI6j_vhRI
- change mode from '' to '0644'
- change owner from '' to 'root'
- change group from '' to 'root'
* file[dev.dennou-lab.com SSL key] action nothing (skipped due to action :nothing)
* directory[/var/opt/gitlab/nginx/www/.well-known/acme-challenge] action create (up to date)
* file[/var/opt/gitlab/nginx/www/.well-known/acme-challenge/u-pH3Hk8GKdTYq7ynAZP4gcNI8j4YbF4jCIKclAaX1M] action create (up to date)
* ruby_block[create certificate for dev.dennou-lab.com] action run
* file[dev.dennou-lab.com SSL new crt] action create
- update content in file /etc/letsencrypt/live/dev.dennou-lab.com/fullchain.pem from 9ee678 to d9fcb1
--- /etc/letsencrypt/live/dev.dennou-lab.com/fullchain.pem 2019-03-30 17:13:33.746076595 +0900
+++ /etc/letsencrypt/live/dev.dennou-lab.com/.chef-fullchain20190706-26685-gct3yd.pem 2019-07-06 15:52:08.892159216 +0900
@@ -1,33 +1,33 @@
-----BEGIN CERTIFICATE-----
-MIIFXTCCBEWgAwIBAgISA3qexkWuCMXx+9u2gDL+TJQLMA0GCSqGSIb3DQEBCwUA
+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
-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
+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
-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
+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
-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
+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
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEkjCCA3qgAwIBAgIQCgFBQgAAAVOFc2oLheynCDANBgkqhkiG9w0BAQsFADA/
- execute the ruby block create certificate for dev.dennou-lab.com

Recipe: nginx::enable
* execute[reload nginx] action run
- execute gitlab-ctl hup nginx
Recipe: crond::enable
* directory[/var/log/gitlab/crond] action create (up to date)
* directory[/var/opt/gitlab/crond] action create (up to date)
Recipe: <Dynamically Defined Resource>
* service[crond] action nothing (skipped due to action :nothing)
Recipe: crond::enable
* runit_service[crond] action enable
* ruby_block[restart_service] action nothing (skipped due to action :nothing)
* ruby_block[restart_log_service] action nothing (skipped due to action :nothing)
* ruby_block[reload_log_service] action nothing (skipped due to action :nothing)
* directory[/opt/gitlab/sv/crond] action create (up to date)
* template[/opt/gitlab/sv/crond/run] action create (up to date)
* directory[/opt/gitlab/sv/crond/log] action create (up to date)
* directory[/opt/gitlab/sv/crond/log/main] action create (up to date)
* template[/opt/gitlab/sv/crond/log/run] action create (up to date)
* template[/var/log/gitlab/crond/config] action create (up to date)
* directory[/opt/gitlab/sv/crond/env] action create (up to date)
* ruby_block[Delete unmanaged env files for crond service] action run (skipped due to only_if)
* template[/opt/gitlab/sv/crond/check] action create (skipped due to only_if)
* template[/opt/gitlab/sv/crond/finish] action create (skipped due to only_if)
* directory[/opt/gitlab/sv/crond/control] action create (up to date)
* link[/opt/gitlab/init/crond] action create (up to date)
* file[/opt/gitlab/sv/crond/down] action delete (up to date)
* directory[/opt/gitlab/service] action create (up to date)
* link[/opt/gitlab/service/crond] action create (up to date)
* ruby_block[wait for crond service socket] action run (skipped due to not_if)
(up to date)
Recipe: letsencrypt::enable
* crond_job[letsencrypt-renew] action create
* file[/var/opt/gitlab/crond/letsencrypt-renew] action create (up to date)
(up to date)
* ruby_block[display_le_message] action nothing (skipped due to action :nothing)
* ruby_block[save_auto_enabled] action run
- execute the ruby block save_auto_enabled
Recipe: gitlab::deprecate-skip-auto-migrations
* file[/etc/gitlab/skip-auto-reconfigure] action create (skipped due to only_if)
* ruby_block[skip-auto-migrations deprecation] action run (skipped due to only_if)
Recipe: nginx::enable
* execute[reload nginx] action run
- execute gitlab-ctl hup nginx
Recipe: letsencrypt::enable
* ruby_block[display_le_message] action run
- execute the ruby block display_le_message

Running handlers:
Running handlers complete
Chef Client finished, 26/770 resources updated in 33 seconds

Deprecations:
== Prometheus ==
Detected Prometheus version 1.x. Version 1.x has been deprecated and support will be removed in GitLab version 12.0.
To upgrade to Prometheus 2.x, use `gitlab-ctl prometheus-upgrade` command.
Running this command will migrate all your existing data to format supported by Prometheus 2.x.
This can be a time consuming operation. To skip migrating the data, and instead remove and start fresh, run `gitlab-ctl prometheus-upgrade --skip-data-migration`.
Check https://docs.gitlab.com/omnibus/update/gitlab_11_changes.html#114 for details.
---

gitlab Reconfigured!
[xxxxxxx@dev letsencrypt]$

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です