diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-01 18:18:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-01 18:18:50 -0300 |
commit | 391b19c1d6aa3f2825f74693fecb38a088694d03 (patch) | |
tree | a4d0af9f82f2b614fb70c129ead71f084f2ece46 /manifests/utils/development/toolchain | |
parent | 83a2ed705660d0f1eef79ed18db118600fe4c7b3 (diff) | |
download | puppet-nodo-391b19c1d6aa3f2825f74693fecb38a088694d03.tar.gz puppet-nodo-391b19c1d6aa3f2825f74693fecb38a088694d03.tar.bz2 |
Oops
Diffstat (limited to 'manifests/utils/development/toolchain')
-rw-r--r-- | manifests/utils/development/toolchain/arm.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/development/toolchain/arm.pp b/manifests/utils/development/toolchain/arm.pp index 98ecf6e..4ce74ee 100644 --- a/manifests/utils/development/toolchain/arm.pp +++ b/manifests/utils/development/toolchain/arm.pp @@ -1,5 +1,5 @@ class nodo::utils::development::toolchain::arm( - $ensure => present, + $ensure => present ) { apt::sources_list { 'emdebian.list': content => "deb http://www.emdebian.org/debian ${::lsbdistcodename} main", |