diff options
author | varac <varacanero@zeromail.org> | 2013-01-31 20:44:01 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-31 20:44:01 +0100 |
commit | cc409491fb0a5fe297255caa5f2cebf12aa621a9 (patch) | |
tree | f32c11cc8ed2127d83147566f780a9efa2c3c1d8 | |
parent | b4204fc28a8ced9fd0b3dde02d8de8beacb0e42f (diff) |
added Leapfile again
-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' |