forked from computology/computology-packagecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove yum dependency since on some early versions of puppet it is missing repo_gpgcheck, which is really important to have enabled. - Remove apt dependency as well. Fewer dependencies is usually better. - Add testing support for CentOS 5.10, CentOS 7, Ubuntu 10.04, and Ubuntu 14.04. These OSs are supported by packagecloud so we should be testing them. - Fix manifests to deal with different package names on Trusty - Tweak specs a bit to install gems to /usr/local/bin on all OSs to make testing and path issues much easier to deal with.
- Loading branch information
Showing
9 changed files
with
130 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
deb <%= @repo_url %> <%= @distribution %> <%= @component %> | ||
deb-src <%= @repo_url %> <%= @distribution %> <%= @component %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[<%= @normalized_name %>] | ||
name=<%= @description %> | ||
baseurl=<%= @repo_url %> | ||
repo_gpgcheck=<%= @repo_gpgcheck %> | ||
<% if @priority -%> | ||
priority=<%=@priority %> | ||
<% end -%> | ||
gpgcheck=0 | ||
enabled=1 | ||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-packagecloud | ||
sslverify=1 | ||
sslcacert=/etc/pki/tls/certs/ca-bundle.crt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
LIBRARIAN_PUPPET_DESTRUCTIVE: "false" | ||
LIBRARIAN_PUPPET_PATH: /var/folders/w7/pky26x5n4rj3jlb5cq3s38lh0000gn/T/default-centos-65-sandbox-20141013-75665-1k1s3fm/modules | ||
LIBRARIAN_PUPPET_PATH: /var/folders/w7/pky26x5n4rj3jlb5cq3s38lh0000gn/T/default-centos-70-sandbox-20141014-88421-183zuav/modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters