Fix name scope for apt and riak.
This commit is contained in:
parent
98725f7ec8
commit
e960cf2ac9
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
# Sample Usage:
|
# Sample Usage:
|
||||||
#
|
#
|
||||||
class rhizo_base::apt {
|
class rhizo_base::apt {
|
||||||
class { 'apt': }
|
class { '::apt': }
|
||||||
apt::ppa { 'ppa:keithw/mosh': }
|
apt::ppa { 'ppa:keithw/mosh': }
|
||||||
apt::ppa { 'ppa:ondrej/php5': }
|
apt::ppa { 'ppa:ondrej/php5': }
|
||||||
file { '/etc/apt/apt.conf.d/90unsigned':
|
file { '/etc/apt/apt.conf.d/90unsigned':
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# Sample Usage:
|
# Sample Usage:
|
||||||
#
|
#
|
||||||
class rhizo_base::riak {
|
class rhizo_base::riak {
|
||||||
class { 'riak':
|
class { '::riak':
|
||||||
version => '1.4.10-1',
|
version => '1.4.10-1',
|
||||||
template => 'rhizo_base/app.config.erb',
|
template => 'rhizo_base/app.config.erb',
|
||||||
vmargs_template => 'rhizo_base/vm.args.erb',
|
vmargs_template => 'rhizo_base/vm.args.erb',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue