Add systemd::escape function
Add a systemd escape function.
puppet systemd::escape('/foo/bar')
returns -foo-bar
while the path escape can be executed as
puppet systemd::escape('/foo/bar',true)
to return 'foo-bar'
Add systemd::escape function Tags None Subscribers None
Description
Details
|