We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b410913 + fed2de3 commit 5668ff4Copy full SHA for 5668ff4
manifests/install.pp
@@ -56,7 +56,7 @@
56
}
57
58
exec { 'install rundeck package':
59
- command => "/usr/bin/dpkg --force-confold -i /tmp/rundeck-${package_ensure}.deb",
+ command => "/usr/bin/dpkg --force-confold --ignore-depends 'java7-runtime' -i /tmp/rundeck-${package_ensure}.deb",
60
unless => "/usr/bin/dpkg -l | grep rundeck | grep ${version}",
61
require => [ Exec['download rundeck package'], Exec['stop rundeck service'] ]
62
0 commit comments