File: run

package info (click to toggle)
puppet-module-puppet-archive 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 788 kB
  • sloc: ruby: 2,154; sh: 30; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")

tar cvzf /tmp/test-ci.tgz "${SCRIPTPATH}/test.pp"
puppet apply --verbose "${SCRIPTPATH}/test.pp"