Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable'
Browse files Browse the repository at this point in the history
* upstream/stable:
  (FACT-1198) Update platform field to use version numbers
  (FACT-1266) Remove leading dot from .gemspec.in
  • Loading branch information
joshcooper committed Nov 5, 2015
2 parents 856822f + 8abd6de commit 7da0699
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion acceptance/config/nodes/osx-1010-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTS:
agent:
roles:
- agent
platform: osx-yosemite-x86_64
platform: osx-10.10-x86_64
hypervisor: vcloud
template: osx-1010-x86_64
CONFIG:
Expand Down
2 changes: 1 addition & 1 deletion acceptance/config/nodes/osx-1011-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTS:
agent:
roles:
- agent
platform: osx-elcapitan-x86_64
platform: osx-10.11-x86_64
hypervisor: vcloud
template: osx-1011-x86_64
CONFIG:
Expand Down
2 changes: 1 addition & 1 deletion acceptance/config/nodes/osx-109-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTS:
agent:
roles:
- agent
platform: osx-mavericks-x86_64
platform: osx-10.9-x86_64
hypervisor: vcloud
template: osx-109-x86_64
CONFIG:
Expand Down
2 changes: 1 addition & 1 deletion acceptance/lib/puppet/acceptance/install_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Puppet
module Acceptance
module InstallUtils
PLATFORM_PATTERNS = {
:redhat => /fedora|el|centos/,
:redhat => /fedora|el-|centos/,
:debian => /debian|ubuntu/,
:debian_ruby18 => /debian|ubuntu-lucid|ubuntu-precise/,
:solaris => /solaris/,
Expand Down
4 changes: 2 additions & 2 deletions acceptance/tests/facts/macosx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# Facts tested: os, processors, networking, identity, kernel
#

confine :to, :platform => /osx-mavericks|osx-yosemite/
confine :to, :platform => /osx-10\.9|osx-10\.10/

agents.each do |agent|
if agent['platform'] =~ /osx-mavericks/
if agent['platform'] =~ /osx-10\.9/
os_version = '10.9'
kernel_major = '13'
else
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configure_file (

# Generate a .gemspec file based on the above version numbers
configure_file (
".gemspec.in"
"gemspec.in"
"${CMAKE_CURRENT_LIST_DIR}/../.gemspec"
)

Expand Down
File renamed without changes.

0 comments on commit 7da0699

Please sign in to comment.