Skip to content

Commit

Permalink
Merge pull request #6 from fschaer/fileperms
Browse files Browse the repository at this point in the history
fix file permissions (passwords)
  • Loading branch information
kreczko committed Mar 6, 2014
2 parents 90d6233 + 7634a14 commit ac01652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
ensure => "present",
content => template("${module_name}/client.cfg.erb"),
require => [Package['apel-client'],Package['apel-ssm']],
mode => 600,
}

include apelpublisher::ssm::sender
Expand Down
1 change: 1 addition & 0 deletions manifests/joiner.pp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
ensure => "present",
content => template("${module_name}/client.cfg.erb"),
require => Package['apel-client'],
mode => 600,
}

cron { "apelclient-${title}":
Expand Down

0 comments on commit ac01652

Please sign in to comment.