Actions
Bug #1167
closedForeman settings ignored in web interface
Description
Using the nightly from Sept 7th, I've noticed some settings aren't being respected, either in settings.yaml or in the new Foreman Settings. The first is "Puppet Run". While I'm in the process of setting it up, I have it set to False in the web interface however the
button is still enabled. The other option I can't seem to disable is the Unattended feature. Right now I'm still testing that ability in my environment and have it set to false in settings.yaml, but the button "Build" is enabled.
This is my current settings.yaml,
---
:modulepath: /etc/puppet/modules/ #:tftppath: tftp/ #:rrd_report_url: report/ :require_ssl: true #:ldap: true :login: false #your default puppet server - can be overridden in the host level #if none specified, plain "puppet" will be used. :puppet_server: <omitted> :unattended: false #use the following setting to override the default 30 minutes puppet run interval - value must be in minutes #:puppet_interval: 60 #:document_root: /var/www
Thanks
- Trey
Updated by Ohad Levy over 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset c45a0014cee4b8a530ab25beb9a7b1eb5cd7b037.
Actions