Harden apt-mark defined type
[puppet-modules/puppetlabs-apt.git] / examples / mark.pp
diff --git a/examples/mark.pp b/examples/mark.pp
new file mode 100644 (file)
index 0000000..52bae6e
--- /dev/null
@@ -0,0 +1,3 @@
+apt::mark { 'vim':
+  setting => 'auto',
+}