Sha256: 79d2769fa9d2e03cfbb25d9a8063233a0c7c530e20b9e566bc13a2d64348ce70

Contents?: true

Size: 390 Bytes

Versions: 143

Compression:

Stored size: 390 Bytes

Contents

class RewordPuppetTemplateDescription < ActiveRecord::Migration[4.2]
  def up
    JobTemplate.where(:name => 'Puppet Run Once - SSH Default').update_all(:description_format => 'Run Puppet once with "%{puppet_options}"')
  end

  def down
    JobTemplate.where(:name => 'Puppet Run Once - SSH Default').update_all(:description_format => '%{job_category} with "%{puppet_options}"')
  end
end

Version data entries

143 entries across 143 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.4 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-14.1.3 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-14.1.2 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-14.1.1 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-14.1.0 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-14.0.2 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-14.0.1 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-13.2.6 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-14.0.0 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-13.2.5 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-13.2.4 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-13.2.3 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-13.2.2 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-12.0.7 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-13.2.1 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-13.2.0 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-10.1.3 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-13.0.0 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-12.0.5 db/migrate/20160127162711_reword_puppet_template_description.rb
foreman_remote_execution-12.0.4 db/migrate/20160127162711_reword_puppet_template_description.rb