aboutsummaryrefslogtreecommitdiff
path: root/manifests/preferences
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-07 13:18:41 -0500
committerMicah Anderson <micah@riseup.net>2010-12-07 13:18:41 -0500
commite15283b781f35779a75415725cd315104879aa67 (patch)
treeb40a8779915a1b77b826181ca80de6886b23cba3 /manifests/preferences
parentbb03c32b4589400bd03d76645db6d8bb869424ed (diff)
downloadpuppet-apt-e15283b781f35779a75415725cd315104879aa67.tar.gz
puppet-apt-e15283b781f35779a75415725cd315104879aa67.tar.bz2
format standardization
Diffstat (limited to 'manifests/preferences')
-rw-r--r--manifests/preferences/absent.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/preferences/absent.pp b/manifests/preferences/absent.pp
index d8b2e10..0e96119 100644
--- a/manifests/preferences/absent.pp
+++ b/manifests/preferences/absent.pp
@@ -1,5 +1,6 @@
class apt::preferences::absent {
- file {'/etc/apt/preferences':
+
+ file { '/etc/apt/preferences':
ensure => absent,
}
}