Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace purpleidea/puppet-ipa with huit/puppet-ipa #244

Merged
merged 1 commit into from
Feb 5, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile.git'

mod 'ipa',
:commit => '4a30eb72d5e6025429dbc65dc1b35567c0def5fe',
:git => 'https://github.com/xbezdick/puppet-ipa.git'
:commit => '4e634b31633bc956341e20980233107a6d5dc1f9',
:git => 'https://github.com/xbezdick/puppet-ipa-1.git'

mod 'ironic',
:commit => '2edcdcfbcc02e868982f2158d13a75037f8c702e',
Expand Down
6 changes: 6 additions & 0 deletions ipa/.fixtures.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fixtures:
repositories:
stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git
firewall: git://github.com/puppetlabs/puppetlabs-firewall.git
symlinks:
ipa: "#{source_dir}"
12 changes: 6 additions & 6 deletions ipa/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tmp/
old/
pkg/
hacking/
.pmtignore
puppet-ipa-documentation.pdf
.DS_Store
*.swp
*.bak
*~
pkg
spec/fixtures/
21 changes: 0 additions & 21 deletions ipa/.gitmodules

This file was deleted.

1 change: 1 addition & 0 deletions ipa/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.8.7-p358
26 changes: 14 additions & 12 deletions ipa/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: ruby
before_install:
- gem update --system 2.1.11
- gem --version
rvm: 1.8.7
bundler_args: ''
notifications:
email:
- [email protected]
# TODO: do a full rake test once warnings are all gone!
#script: 'bundle exec rake test'
script: 'bundle exec rake syntax'
- [email protected]
- [email protected]
hipchat:
rooms:
secure: iWj32dXbTmD2xxeUSXYgEHyA0bPtxS4Qz4O8XKED0nP6X+RTCpuYaXdeVEcFNEPMIbUN2KLJV+oHs4UgpA6dkMbpEqvz1qrVHPy7ex1+QwIvW/mJ8gJO7KQsRXLnM7pnRj5LzHOdoFv/Ou6dxIqdbObpnrABSOvcoK/hsKs45fE=
env:
# - PUPPET_VERSION=2.7.26
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.1
- PUPPET_VERSION=3.2.4
- PUPPET_VERSION=3.3.2
- PUPPET_VERSION=3.4.3

- PUPPET_VERSION=3.3.1
- PUPPET_VERSION=3.2.3
- PUPPET_VERSION=2.7.23
- PUPPET_VERSION=2.7.21
- PUPPET_VERSION=2.7.17
661 changes: 0 additions & 661 deletions ipa/COPYING

This file was deleted.

16 changes: 0 additions & 16 deletions ipa/COPYRIGHT

This file was deleted.

Loading