Ensure repo stage is applied before main stage

This commit is contained in:
Dan Bode 2012-03-30 20:50:05 -07:00
parent d1e33cc81f
commit 1a15b76eda
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
# to ensure that we use the latest precise packages
Exec { logoutput => 'on_failure' }
stage { 'glance_ppa': }
stage { 'glance_ppa':
before => Stage['main'],
}
class { 'apt':
stage => 'glance_ppa',