Skip to content

Commit

Permalink
fix _updatedb_command on Archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Valentini committed Apr 5, 2024
1 parent a7c8bfe commit db7f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
if $force_updatedb and $ensure {
exec { 'force_updatedb':
command => $_updatedb_command,
creates => "/var/lib/${locate}/${locate}.db",
unless => "/usr/bin/test -s /var/lib/${locate}/${locate}.db",
}
}
}

0 comments on commit db7f76d

Please sign in to comment.