Michal Konecny
2ec055db6f
Use first uppercase letter for all handlers
...
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.
I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```
Then I went through all the changes and removed the ones that wasn't
expected to be changed.
Fixes https://pagure.io/fedora-infrastructure/issue/12391
Signed-off-by: Michal Konecny <mkonecny@redhat.com >
2025-02-10 20:31:49 +00:00
Ryan Lerch
25391e95b7
ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
...
Replaces many references to package: with ansible.builtin.package
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 11:28:00 +10:00
Ryan Lerch
6a3816dfdc
ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
...
Replaces many references to 'copy' with ansible.builtin.copy
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 10:43:31 +10:00
Ryan Lerch
62952df107
ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
...
Replaces many references to file: with ansible.builtin.file
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-15 10:41:52 +10:00
Ryan Lerch
691adee6ee
Fix name[casing] ansible-lint issues
...
fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2025-01-14 20:20:07 +10:00
Aurélien Bompard
58932984ff
Don't start fedmsg in staging
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-12-09 17:36:39 +01:00
Ryan Lerch
89f6f1fc32
Fix majority of remaining yamllint warnings and errors
...
Signed-off-by: Ryan Lerch <rlerch@redhat.com >
2024-11-28 17:31:45 +10:00
Patrick Uiterwijk
936e8b261a
yum accepted pkg=, package calls it name=
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2017-10-09 00:38:26 +02:00
Patrick Uiterwijk
adcbf72f03
Packageize this, packageize that, packageize the world
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2017-10-08 22:25:52 +00:00
Ricky Elrod
4ba623caba
try this instead because I have no idea what brings python2-fedmsg-consumers in
...
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org >
2017-08-09 05:14:18 +00:00
Ricky Elrod
0cee28f8d4
hotfix for consumers/__init__.py
...
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org >
2017-08-09 04:59:56 +00:00
Kevin Fenzi
aa0a4b4377
Drop this patch, it's now released.
2016-12-02 23:16:57 +00:00
Patrick Uiterwijk
f79388f24e
Apply patch to fix fedmsg-gateway
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com >
2016-12-01 11:53:09 +00:00
Kevin Fenzi
18a757800a
Tag this with fedmsg/gateway also
2016-04-04 23:02:33 +00:00
Michael Scherer
9f3e44f8c6
Do not override the complete systemd config
...
using the drop-in config snipper system, we can add
configuration to systemd without replacing it, in case
the systemd file is changed upstream.
2016-04-04 22:59:16 +00:00
Michael Scherer
83f2b702d5
Move service start to the end (after we did set it up)
...
Also remove notify for handler for service, since the service
will be started by service, no need to notify a handler to restart
it.
2016-04-04 19:24:15 +00:00
Kevin Fenzi
df6ea0d351
Add a common tag to all the fedmsg monitor socket perms stuff
2015-03-18 13:11:37 +00:00
Praveen Kumar
4b1e5162d7
Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html
2014-11-05 15:32:11 +00:00
Ralph Bean
e5e380857e
Ignore these errors.
2014-07-24 19:57:05 +00:00
Ralph Bean
0b46561764
Again with the file and the present.
2014-07-17 21:25:41 +00:00
Ralph Bean
02f193e30f
Make sure nrpe can talk to the monitoring sockets of fedmsg daemons.
2014-07-17 21:22:21 +00:00
Ralph Bean
532004d77b
Replace the fedmsg-gateway service file with our own to do resource limits the systemd way.
2014-07-17 18:36:07 +00:00
Ralph Bean
f889df3727
Try setting up relay and gateway on new busgateway01.
2014-07-16 22:56:32 +00:00