Skip to content

Commit

Permalink
Merge pull request cristifalcas#16 from vdmkenny/master
Browse files Browse the repository at this point in the history
Correct incorrect example in readme
  • Loading branch information
cristifalcas authored Feb 1, 2017
2 parents 18a16fa + ddc0883 commit 69ccf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ to each node a subnet from the same ip class. You can self register a node with
by setting the parameter register_node => true and the desired subnet in pod_cidr parameter:

class { 'kubernetes::node::kubelet':
ensure => 'latest',
ensure => 'running',
address => '0.0.0.0',
api_servers => 'http://k-api.company.net:8080',
configure_cbr0 => true,
Expand Down
2 changes: 1 addition & 1 deletion manifests/master.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$manage_package = true,
$ensure = 'present',
) {
validate_string($ensure)
validate_legacy("NotUndef[String]", "validate_re", "${ensure}", ["."])

include ::kubernetes::client

Expand Down

0 comments on commit 69ccf0d

Please sign in to comment.