aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/development
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-01 18:18:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-01 18:18:50 -0300
commit391b19c1d6aa3f2825f74693fecb38a088694d03 (patch)
treea4d0af9f82f2b614fb70c129ead71f084f2ece46 /manifests/utils/development
parent83a2ed705660d0f1eef79ed18db118600fe4c7b3 (diff)
downloadpuppet-nodo-391b19c1d6aa3f2825f74693fecb38a088694d03.tar.gz
puppet-nodo-391b19c1d6aa3f2825f74693fecb38a088694d03.tar.bz2
Oops
Diffstat (limited to 'manifests/utils/development')
-rw-r--r--manifests/utils/development/toolchain/arm.pp2
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",