From e960cf2ac927b304c6ebcd66ece4f6c00baa9ee5 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Wed, 20 May 2015 13:32:28 -0500 Subject: [PATCH] Fix name scope for apt and riak. --- modules/rhizo_base/manifests/apt.pp | 2 +- modules/rhizo_base/manifests/riak.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index 6120e11..09a59c6 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -11,7 +11,7 @@ # Sample Usage: # class rhizo_base::apt { - class { 'apt': } + class { '::apt': } apt::ppa { 'ppa:keithw/mosh': } apt::ppa { 'ppa:ondrej/php5': } file { '/etc/apt/apt.conf.d/90unsigned': diff --git a/modules/rhizo_base/manifests/riak.pp b/modules/rhizo_base/manifests/riak.pp index 592cde7..5e1abee 100644 --- a/modules/rhizo_base/manifests/riak.pp +++ b/modules/rhizo_base/manifests/riak.pp @@ -11,7 +11,7 @@ # Sample Usage: # class rhizo_base::riak { - class { 'riak': + class { '::riak': version => '1.4.10-1', template => 'rhizo_base/app.config.erb', vmargs_template => 'rhizo_base/vm.args.erb',