Project

General

Profile

« Previous | Next » 

Revision 6ebba152

Added by Michael Moll almost 6 years ago

Fixes #19858 - Configure Style/EmptyMethod cop (#5703)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19858 - Configure Style/EmptyMethod cop

View differences:

app/models/concerns/orchestration/puppetca.rb
end
# Empty method for rollbacks - maybe in the future we would support creating the certificates directly
def setCertificate; end
def setCertificate
end
# Adds the host's name to the autosign.conf file
def setAutosign
......
# we don't perform any actions upon create
# PuppetCA is set only when a provisioning script (such as a kickstart) is being requested.
def queue_puppetca_create; end
def queue_puppetca_create
end
def queue_puppetca_update
# Host has been built --> remove auto sign

Also available in: Unified diff