From 4bcfb881670172388660d15b22b826cf6e6e1421 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Mon, 9 Feb 2015 05:43:24 -0500 Subject: [PATCH] puppetdb::server: Use the proper scope when requiring puppetdb class Change-Id: Ib15286901afbc576dd29c80a10d958c266bd56fd --- manifests/install/puppetdb/server.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/install/puppetdb/server.pp b/manifests/install/puppetdb/server.pp index 42a7239e..3397c320 100644 --- a/manifests/install/puppetdb/server.pp +++ b/manifests/install/puppetdb/server.pp @@ -35,7 +35,7 @@ class cloud::install::puppetdb::server { 'url' => 'http://localhost:8080/' } ], - require => Class['puppetdb'], + require => Class['::puppetdb'], } }