]> git.donarmstrong.com Git - dsa-puppet.git/commit
add nanliu/staging to 3rdparty
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 21 Jun 2015 18:57:24 +0000 (18:57 +0000)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 21 Jun 2015 18:57:53 +0000 (18:57 +0000)
commit269aa0e4ab1d106f521995e9e4beb8335acdbed6
treec5d004e54e163a38868a133f8ecee2fd50498ca8
parentd44d714d51cff79f225cae6a6d8f98f97d3000a5
add nanliu/staging to 3rdparty
36 files changed:
3rdparty/Puppetfile
3rdparty/modules/staging/Gemfile [new file with mode: 0644]
3rdparty/modules/staging/LICENSE [new file with mode: 0644]
3rdparty/modules/staging/README.md [new file with mode: 0644]
3rdparty/modules/staging/Rakefile [new file with mode: 0644]
3rdparty/modules/staging/Vagrantfile [new file with mode: 0644]
3rdparty/modules/staging/checksums.json [new file with mode: 0644]
3rdparty/modules/staging/docs/deploy.html [new file with mode: 0644]
3rdparty/modules/staging/docs/extract.html [new file with mode: 0644]
3rdparty/modules/staging/docs/file.html [new file with mode: 0644]
3rdparty/modules/staging/docs/init.html [new file with mode: 0644]
3rdparty/modules/staging/files/sample [new file with mode: 0644]
3rdparty/modules/staging/files/sample.tar.bz2 [new file with mode: 0644]
3rdparty/modules/staging/files/sample.tar.gz [new file with mode: 0644]
3rdparty/modules/staging/lib/facter/staging_http_get.rb [new file with mode: 0644]
3rdparty/modules/staging/lib/facter/staging_windir.rb [new file with mode: 0644]
3rdparty/modules/staging/lib/puppet/parser/functions/scope_defaults.rb [new file with mode: 0644]
3rdparty/modules/staging/lib/puppet/parser/functions/staging_parse.rb [new file with mode: 0644]
3rdparty/modules/staging/manifests/deploy.pp [new file with mode: 0644]
3rdparty/modules/staging/manifests/extract.pp [new file with mode: 0644]
3rdparty/modules/staging/manifests/file.pp [new file with mode: 0644]
3rdparty/modules/staging/manifests/init.pp [new file with mode: 0644]
3rdparty/modules/staging/manifests/params.pp [new file with mode: 0644]
3rdparty/modules/staging/metadata.json [new file with mode: 0644]
3rdparty/modules/staging/spec/defines/staging_deploy_spec.rb [new file with mode: 0644]
3rdparty/modules/staging/spec/defines/staging_extract_spec.rb [new file with mode: 0644]
3rdparty/modules/staging/spec/defines/staging_file_spec.rb [new file with mode: 0644]
3rdparty/modules/staging/spec/spec_helper.rb [new file with mode: 0644]
3rdparty/modules/staging/spec/unit/puppet/parser/functions/scope_defaults_spec.rb [new file with mode: 0644]
3rdparty/modules/staging/spec/unit/puppet/parser/functions/staging_parse_spec.rb [new file with mode: 0644]
3rdparty/modules/staging/tests/deploy.pp [new file with mode: 0644]
3rdparty/modules/staging/tests/extract.pp [new file with mode: 0644]
3rdparty/modules/staging/tests/file.pp [new file with mode: 0644]
3rdparty/modules/staging/tests/init.pp [new file with mode: 0644]
3rdparty/modules/staging/tests/scope_defaults.pp [new file with mode: 0644]
3rdparty/modules/staging/tests/staging_parse.pp [new file with mode: 0644]