Skip to content

Commit

Permalink
[profiles] tomcat: updated keystore resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kalb committed Aug 1, 2016
1 parent 06612bd commit d7a9215
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/knack/profiles/manifests/tomcat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
host_autodeploy => $host_autodeploy
}

file { 'default ssl keystore':
ensure => present,
replace => 'no',
owner => 'tomcat',
group => 'tomcat',
path => "/etc/pki/java/keystore.jks",
source => "puppet:///modules/tomcat/conf/.keystore",
mode => '0644'
file { '/etc/pki/java/keystore.jks':
ensure => 'present',
replace => 'no',
owner => 'tomcat',
group => 'tomcat',
path => '/etc/pki/java/keystore.jks',
source => 'puppet:///modules/tomcat/conf/.keystore',
mode => '0644'
}
}

0 comments on commit d7a9215

Please sign in to comment.