Project

General

Profile

« Previous | Next » 

Revision ef9f2f9d

Added by Trey Dockendorf over 7 years ago

Fixes #6006 - Add options to disable updates from facts

Add option ignore_facts_for_operatingsystem:
do not update system's operating system based on facts
Add option ignore_facts_for_domain:
do not update system's domain based on facts

View differences:

test/fixtures/settings.yml
category: Setting::Email
default: 'args'
description: 'Specify additional options to sendmail'
attribute70:
name: ignore_facts_for_operatingsystem
category: Setting::Provisioning
default: "false"
description: 'Stop updating Operating System from facts'
attribute71:
name: ignore_facts_for_domain
category: Setting::Provisioning
default: "false"
description: 'Stop updating domain from facts'

Also available in: Unified diff