diff options
author | Micah Anderson <micah@riseup.net> | 2010-12-07 13:18:41 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-12-07 13:18:41 -0500 |
commit | e15283b781f35779a75415725cd315104879aa67 (patch) | |
tree | b40a8779915a1b77b826181ca80de6886b23cba3 /manifests/preferences | |
parent | bb03c32b4589400bd03d76645db6d8bb869424ed (diff) |
format standardization
Diffstat (limited to 'manifests/preferences')
-rw-r--r-- | manifests/preferences/absent.pp | 3 |
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, } } |