summaryrefslogtreecommitdiffstats
path: root/modules/locate
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 20:59:16 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 20:59:16 -0400
commitf9c1f2eba1963aa6aca672a9b9c88a2f643d60a4 (patch)
tree9ccd2a6ba6933643445e261d70b99521a65fdfd9 /modules/locate
parentc09f764b265845fb234ce1752ce3ee1048ced1b9 (diff)
downloadpuppet-tozt-f9c1f2eba1963aa6aca672a9b9c88a2f643d60a4.tar.gz
puppet-tozt-f9c1f2eba1963aa6aca672a9b9c88a2f643d60a4.zip
more deps
Diffstat (limited to 'modules/locate')
-rw-r--r--modules/locate/manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/locate/manifests/init.pp b/modules/locate/manifests/init.pp
index 0be218e..af5b5a7 100644
--- a/modules/locate/manifests/init.pp
+++ b/modules/locate/manifests/init.pp
@@ -1,4 +1,6 @@
class locate {
+ include godwrap
+
package { "mlocate":
ensure => installed,
}
@@ -15,7 +17,7 @@ class locate {
require => [
File["/etc/cron.daily/updatedb"],
Package['mlocate'],
- Package['godwrap'],
+ Class['godwrap'],
]
}
}