Switch back to anchor, for moar compatibility

This commit is contained in:
Morgan Haskel 2015-04-27 10:21:03 -07:00
parent 80d83d9a88
commit e41fc4bbb4

View file

@ -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 {