Bug #42

Allow more specific overrides of recursed files

Added by Luke Kanies almost 8 years ago. Updated over 7 years ago.

Status:ClosedStart date:
Priority:NormalDue date:
Assignee:Luke Kanies% Done:

0%

Category:-
Target version:-
Affected Puppet version:0.25.4 Branch:
Keywords:

Description

The following config, as an example, should always allow and prefer the more specific information:

file { “/etc”: owner => root, recurse => true }

file { “/etc/apache”: owner => httpd, recurse => true }

file { “/etc/apache/ssl: owner => root, recurse => true }

In addition to preferring the more specific information, doing so should actually entirely replace the less specific object with the more specific one.

History

#1 Updated by Luke Kanies over 7 years ago

  • Status changed from 1 to Closed
  • 7 set to fixed

Also available in: Atom PDF