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',