Set path fact (for systemd)
Some modules in partiucular camptocamp ones use the following
exec { 'systemctl-daemon-reload':
command => 'systemctl daemon-reload',
refreshonly => true,
path => $::path,
}
and so they expect the path
fact to be set.