puppet: Provision the default node instead of 'localhost'

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 14:50:40 +01:00
parent ea69b3f709
commit 379da5e5f3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ stage { 'repositories':
before => Stage['main'],
}
node 'localhost' {
node default {
class { 'epel':
stage => repositories,
}