puppetdb::server: Use the proper scope when requiring puppetdb class
Change-Id: Ib15286901afbc576dd29c80a10d958c266bd56fd
This commit is contained in:
parent
37ea263506
commit
4bcfb88167
@ -35,7 +35,7 @@ class cloud::install::puppetdb::server {
|
||||
'url' => 'http://localhost:8080/'
|
||||
}
|
||||
],
|
||||
require => Class['puppetdb'],
|
||||
require => Class['::puppetdb'],
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user