Fix name scope for apt and riak.

This commit is contained in:
Ciaby 2015-05-20 13:32:28 -05:00
parent 98725f7ec8
commit e960cf2ac9
2 changed files with 2 additions and 2 deletions

View file

@ -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':