diff options
-rw-r--r-- | provider/.gitignore | 1 | ||||
-rw-r--r-- | provider/Leapfile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/provider/.gitignore b/provider/.gitignore index 79b87ad..c255c3b 100644 --- a/provider/.gitignore +++ b/provider/.gitignore @@ -3,4 +3,3 @@ test/.vagrant test/openvpn test/cert hiera/*.yaml -/Leapfile diff --git a/provider/Leapfile b/provider/Leapfile new file mode 100644 index 0000000..4ebb9cb --- /dev/null +++ b/provider/Leapfile @@ -0,0 +1 @@ +@platform_directory_path = '../leap_platform' |