Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions hiera.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:hierarchy:
- common
:backends:
- yaml
:yaml:
:datadir: 'hieradata'
1 change: 1 addition & 0 deletions hieradata/common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
default_pass: needs_to_be_changed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the hiera related files?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just take care of this last issue and I'll merge.

4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
timeout => 5,
}
]
$host = '0.0.0.0'
$host = '127.0.0.1'
$port = 3000
$user = ''
$pass = ''
$pass = 'needs_to_be_changed'
$refresh = '5'
$users = []
$auth = {}
Expand Down