Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoeboo committed Mar 21, 2016
1 parent 5d19dce commit ea914b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class whats::config (
$config_path = $::whats::config_path,
$config = $::whats::config,
$puppetdb_server = $::whats::puppetdb_server,
$puppetdb_port = $::whats::puppetdb_port,
$search_domains = $::whats::search_domains,
) {

file {$config_path:
file {$config:
content => template('whats/whats.yaml.erb'),
owner => root,
group => root,
Expand Down
3 changes: 1 addition & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sjoeboo-whats",
"version": "0.1.1",
"version": "0.1.2",
"author": "sjoeboo",
"summary": "Install puppet-whats gem and tempaltes a config file for you.",
"license": "Apache-2.0",
Expand All @@ -12,4 +12,3 @@
],
"data_provider": null
}

0 comments on commit ea914b0

Please sign in to comment.