Gerald Vogt

Results 15 comments of Gerald Vogt

Well, that is a documentation error in the module. There is no option "background" anymore. This option has been deprecated with Katello 4.0. As the message says: ``` - 'must...

O.K. I think I've found the reason. The problem is here: https://github.com/theforeman/foreman-ansible-modules/blob/770800e6a4ecf3092252936371f7ad03a19dd8d1/plugins/modules/hostgroup.py#L197-L198 It expects an environment_id. However, it's a nested hostgroup and it inherits the environment from the parent hostgroup....

It's unclear to me what you mean exactly. There are two roles: - `theforeman.foreman.content_view_publish` - `theforeman.foreman.content_views` There is no role with "content_view". There is only a module `theforeman.foreman.content_view`. The role...

O.K. Maybe I shouldn't try to add tests and drop that last commit again...

> Quite the opposite. I guess however, you need to update the recoreded fixtures for the test, once you made it pass with `make livetest_`. Yes. I know. But I...

Of course, this also applies to the contacts app...

See also https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html

Why don't you set the organization in your playbook and loop through all orgs?

SubjectAltName is undefined if there is no subjectaltname attribute in the certificate. In that case there is an error `Can't use an undefined value as an ARRAY reference at /usr/local/rt4/sbin/../lib/RT/Crypt/SMIME.pm...