summaryrefslogtreecommitdiff
path: root/manifests/dselect.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 22:26:43 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 22:26:43 -0500
commitfd8b21222b969e779d10cb5d49e2e10f717b8358 (patch)
treea2cf93ce989cc75f4cfedc73ceaa519e2a6a1397 /manifests/dselect.pp
parentbdd6cf421143914cc2c0c63fa543013892fd3bed (diff)
make sure every object ends with either a comma or a semicolon
Diffstat (limited to 'manifests/dselect.pp')
-rw-r--r--manifests/dselect.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/dselect.pp b/manifests/dselect.pp
index 2e6e90b..beee9ee 100644
--- a/manifests/dselect.pp
+++ b/manifests/dselect.pp
@@ -9,6 +9,6 @@ class apt::dselect {
}
package { 'dselect':
- ensure => installed
+ ensure => installed;
}
}