diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index be00c70..42b6573 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -34,6 +34,7 @@ class rhizo_base::apt::common { location => 'http://dev.rhizomatica.org/ubuntu/', release => 'precise', repos => 'main', + allow_unsigned => true, include => { 'src' => false, 'deb' => true, @@ -45,6 +46,7 @@ class rhizo_base::apt::common { location => 'http://repo.rhizomatica.org/ubuntu/', release => 'precise', repos => 'main', + allow_unsigned => true, include => { 'src' => false, 'deb' => true,