aboutsummaryrefslogtreecommitdiff
path: root/manifests/dselect.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/dselect.pp')
-rw-r--r--manifests/dselect.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/dselect.pp b/manifests/dselect.pp
index 44f0e19..6feeb9f 100644
--- a/manifests/dselect.pp
+++ b/manifests/dselect.pp
@@ -1,10 +1,10 @@
class apt::dselect {
# suppress annoying help texts of dselect
- line { dselect_expert:
- file => "/etc/dpkg/dselect.cfg",
- line => "expert",
+ line { 'dselect_expert':
+ file => '/etc/dpkg/dselect.cfg',
+ line => 'expert',
}
- package { dselect: ensure => installed }
+ package { 'dselect': ensure => installed }
}