Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chris
puppet-backupninja
Commits
7e26b6e6
Commit
7e26b6e6
authored
Aug 28, 2009
by
Silvio Rhatto
Browse files
Trying a different way to test definitions at backupninja::client::key (3)
parent
cf234873
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/client.pp
View file @
7e26b6e6
...
...
@@ -90,7 +90,7 @@ class backupninja::client inherits backupninja::client::defaults {
file
{
"
$key_dest_file
"
:
source
=>
"
${key_store}
/
${real_user}
_id_
${key_type}
"
,
mode
=>
0400
,
owner
=>
$key_owner
,
group
=>
$key_group
,
require
=>
File
[
"
$
{backupninja::client::defaults::real_keydestination}
"
],
require
=>
File
[
"
$
key_dest
"
],
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment