Switch back to anchor, for moar compatibility
This commit is contained in:
parent
80d83d9a88
commit
e41fc4bbb4
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class apt(
|
|||
notify => Exec['apt_update'],
|
||||
}
|
||||
|
||||
contain 'apt::update'
|
||||
anchor { 'apt_first': } -> Class['apt::update'] -> anchor { 'apt_last': }
|
||||
|
||||
# manage sources if present
|
||||
if $sources {
|
||||
|
|
Loading…
Reference in a new issue