Elukey has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/386379 )
Change subject: profile::mariadb::misc::eventlogging: fix systemd unit template ...................................................................... profile::mariadb::misc::eventlogging: fix systemd unit template Bug: T177405 Change-Id: I341307456deb2455aabcd0d642c00b2b5f41e28d --- M modules/profile/templates/initscripts/mariadb/misc/eventlogging/eventlogging_sync.systemd.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/79/386379/1 diff --git a/modules/profile/templates/initscripts/mariadb/misc/eventlogging/eventlogging_sync.systemd.erb b/modules/profile/templates/initscripts/mariadb/misc/eventlogging/eventlogging_sync.systemd.erb index 89d4d84..cd21e49 100644 --- a/modules/profile/templates/initscripts/mariadb/misc/eventlogging/eventlogging_sync.systemd.erb +++ b/modules/profile/templates/initscripts/mariadb/misc/eventlogging/eventlogging_sync.systemd.erb @@ -9,7 +9,7 @@ Group=<%= @eventlogging_sync_gid %> Restart=no -ExecStart="/usr/local/bin/eventlogging_sync.sh -D <%= @cutoff_days %> -b <%= @batch_size %> -d <%= @database %> <%= @master_host %> <%= @slave_host %>" +ExecStart=/usr/local/bin/eventlogging_sync.sh -D <%= @cutoff_days %> -b <%= @batch_size %> -d <%= @database %> <%= @master_host %> <%= @slave_host %> [Install] WantedBy=multi-user.target -- To view, visit https://gerrit.wikimedia.org/r/386379 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I341307456deb2455aabcd0d642c00b2b5f41e28d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
