diff options
Diffstat (limited to 'test/data/snippets/emptyexec.pp')
-rw-r--r-- | test/data/snippets/emptyexec.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/snippets/emptyexec.pp b/test/data/snippets/emptyexec.pp new file mode 100644 index 000000000..847a30d18 --- /dev/null +++ b/test/data/snippets/emptyexec.pp @@ -0,0 +1,3 @@ +exec { "touch /tmp/emptyexectest": + path => "/usr/bin:/bin" +} |