Skip to content

Commit

Permalink
Merge pull request #16 from StackPointCloud/master
Browse files Browse the repository at this point in the history
fixing request depth for servers, nics and firewall rules in `puppet resource` commands
  • Loading branch information
edevenport authored Apr 4, 2017
2 parents 32a8715 + 3d3bfac commit 49e5cd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Puppet Module

Version: profitbricks-puppet v1.5.0
Version: profitbricks-puppet v1.5.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/provider/firewall_rule/v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def initialize(*args)
end

def self.client
PuppetX::Profitbricks::Helper::profitbricks_config
PuppetX::Profitbricks::Helper::profitbricks_config(5)
end

def self.instances
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/provider/nic/v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def initialize(*args)
end

def self.client
PuppetX::Profitbricks::Helper::profitbricks_config
PuppetX::Profitbricks::Helper::profitbricks_config(5)
end

def self.instances
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/provider/server/v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def initialize(*args)
end

def self.client
PuppetX::Profitbricks::Helper::profitbricks_config
PuppetX::Profitbricks::Helper::profitbricks_config(3)
end

def self.instances
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "profitbricks-profitbricks",
"version": "1.5.0",
"version": "1.5.1",
"author": "Ethan Devenport",
"license": "Apache-2.0",
"source": "git://github.com/profitbricks/profitbricks-puppet",
Expand Down

0 comments on commit 49e5cd8

Please sign in to comment.