Project

General

Profile

« Previous | Next » 

Revision 81884922

Added by Craig Parker about 9 years ago

Fixes #10337 - Added setting out of sync duration

View differences:

app/models/setting/puppet.rb
self.transaction do
[
self.set('puppet_interval', N_("Puppet interval in minutes"), 30 ),
self.set('outofsync_interval', N_("Duration in minutes after the Puppet interval for servers to be classed as out of sync."), 5 ),
self.set('default_puppet_environment', N_("Foreman will default to this puppet environment if it cannot auto detect one"), "production"),
self.set('modulepath',N_("Foreman will set this as the default Puppet module path if it cannot auto detect one"), "/etc/puppet/modules"),
self.set('document_root', N_("Document root where puppetdoc files should be created"), "#{Rails.root}/public/puppet/rdoc"),

Also available in: Unified diff