Bug #437

Circular dependencies are allowed

Added by Luke Kanies over 5 years ago. Updated over 5 years ago.

Status:Closed Start date:
Priority:High Due date:
Assignee:Luke Kanies % Done:

0%

Category:-
Target version:0.22.1
Affected Puppet version:0.25.4 Branch:
Keywords:
Votes: 0

Description

The following code should throw an error but doesn’t:

exec { one: command => "/bin/echo one", require => Exec[two] }
exec { two: command => "/bin/echo two", require => Exec[one] }

History

Updated by Luke Kanies over 5 years ago

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

Fixed in r2079.

Also available in: Atom PDF