Evgeni Golov
Evgeni Golov
## Describe the Bug Today, we always set `data_directory = …` in `postgresql.conf` via https://github.com/puppetlabs/puppetlabs-postgresql/blob/411e7bce3f2d5256c315351144dc525b6c0afbbe/manifests/server/instance/config.pp#L222-L225 However we also set it in the systemd override: https://github.com/puppetlabs/puppetlabs-postgresql/blob/411e7bce3f2d5256c315351144dc525b6c0afbbe/manifests/server/instance/systemd.pp#L29-L34 https://github.com/puppetlabs/puppetlabs-postgresql/blob/411e7bce3f2d5256c315351144dc525b6c0afbbe/templates/systemd-override.conf.epp#L11 And pass it when...
##### SUMMARY use FQCN in deb822_repository examples ##### ISSUE TYPE - Bugfix Pull Request ##### ADDITIONAL INFORMATION None required ;-)
Debian 7 support was dropped a long time ago ## Summary Provide a detailed description of all the changes present in this pull request. ## Additional Context Add any additional...
```python >>> d nailgun.entities.Domain(dns=None, fullname=None, id=1, name=u'kangae.example.com') >>> a = nailgun.entities.Organization(config, name='fooa', domain=[d], description="bar") >>> a.create_payload() {'domain_ids': [1], 'name': 'fooa', 'description': 'bar'} >>> a.create() nailgun.entities.Organization(domain=[], medium=[], description=u'bar', default_content_view=nailgun.entities.ContentView(id=6), library=nailgun.entities.LifecycleEnvironment(id=3), user=[],...
Ohai, currently, when I call `SomeEntity.search()`, I will get the first 20 entities that match the search, but not all. This is due to how Foreman does paging on the...
##### Summary When linting roles/playbooks that include "foreign" roles and `var-naming[pattern]` is set, that pattern is also applied to vars passed to those foreign roles ##### Issue Type - Bug...
draft, as this only does it for core, not plugins
##### SUMMARY For an export to be usable, it needs a metadata.json (see content_export_info), but the examples do not mention that, or the info module at all, leaving users with...
Ohai, ansible runner 2.2.0 breaks runs that use callbacks which utilize `get_option` to load options, like the `tree` callback in ansible-core. ```python import os import ansible_runner extra_env = {} extra_env['ANSIBLE_CALLBACKS_ENABLED']...