Adopt new function names
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
functions:
|
||||
execute-interactive:
|
||||
shell:
|
||||
- code: |
|
||||
TF=$(mktemp -d)
|
||||
echo 'exec("/bin/sh")' > $TF/x.rb
|
||||
FACTERLIB=$TF facter
|
||||
sudo-enabled:
|
||||
sudo:
|
||||
- code: |
|
||||
TF=$(mktemp -d)
|
||||
echo 'exec("/bin/sh")' > $TF/x.rb
|
||||
|
||||
Reference in New Issue
Block a user