Skip to content

Set path fact (for systemd)

Steve Traylen requested to merge fact into master

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.

Merge request reports