Project

General

Profile

« Previous | Next » 

Revision 5265f95f

Added by Stephen Benjamin almost 10 years ago

refs #6698, #6491 update katello common and capsule modules

View differences:

modules/common/lib/puppet/parser/functions/validate_pulp.rb
"the pulp node can't be installed on a machine with Katello master"
end
if system("(rpm -q ipa-server || rpm -q freeipa-server) &>/dev/null")
raise Puppet::ParseError,
"the pulp node can't be installed on a machine with IPA"
end
unless system("subscription-manager identity | grep identity")
raise Puppet::ParseError,

Also available in: Unified diff