summaryrefslogtreecommitdiffstats
path: root/modules/locate/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locate/manifests/init.pp')
-rw-r--r--modules/locate/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/locate/manifests/init.pp b/modules/locate/manifests/init.pp
new file mode 100644
index 0000000..b7055d9
--- /dev/null
+++ b/modules/locate/manifests/init.pp
@@ -0,0 +1,5 @@
+class locate {
+ package { "mlocate":
+ ensure => installed,
+ }
+}