diff options
author | w0rp <devw0rp@gmail.com> | 2021-03-20 22:11:22 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2021-03-20 22:11:42 +0000 |
commit | b1d833417bcb57e265e0d01df07b28f463529d4b (patch) | |
tree | 11421aeca89127b0cc9417f8ff4cb0d725199f49 /test/puppet-test-files | |
parent | 3838ae118d8f05fa1b1be7952a1c8aa3055d6728 (diff) | |
download | ale-b1d833417bcb57e265e0d01df07b28f463529d4b.zip |
#3633 - Put all dummy test files in test/test-files
Diffstat (limited to 'test/puppet-test-files')
5 files changed, 0 insertions, 0 deletions
diff --git a/test/puppet-test-files/new-style-module/lib/puppet/types/exampletype.rb b/test/puppet-test-files/new-style-module/lib/puppet/types/exampletype.rb deleted file mode 100644 index e69de29b..00000000 --- a/test/puppet-test-files/new-style-module/lib/puppet/types/exampletype.rb +++ /dev/null diff --git a/test/puppet-test-files/new-style-module/metadata.json b/test/puppet-test-files/new-style-module/metadata.json deleted file mode 100644 index e69de29b..00000000 --- a/test/puppet-test-files/new-style-module/metadata.json +++ /dev/null diff --git a/test/puppet-test-files/new-style-module/template/template.epp b/test/puppet-test-files/new-style-module/template/template.epp deleted file mode 100644 index e69de29b..00000000 --- a/test/puppet-test-files/new-style-module/template/template.epp +++ /dev/null diff --git a/test/puppet-test-files/old-style-module/manifests/init.pp b/test/puppet-test-files/old-style-module/manifests/init.pp deleted file mode 100644 index e69de29b..00000000 --- a/test/puppet-test-files/old-style-module/manifests/init.pp +++ /dev/null diff --git a/test/puppet-test-files/old-style-module/templates/template.epp b/test/puppet-test-files/old-style-module/templates/template.epp deleted file mode 100644 index e69de29b..00000000 --- a/test/puppet-test-files/old-style-module/templates/template.epp +++ /dev/null |