Skip to content

Commit

Permalink
Update serverspec manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bobapple authored and n00by committed Apr 26, 2018
1 parent 215323e commit bc0c049
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions serverspec/environments/production/manifests/default.pp
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
node /(debian|rhel|ubuntu|sles)/ {
class { '::icinga2':
constants => {
'TicketSalt' => '5a3d695b8aef8f18452fc494593056a4',
}
}

class{ '::icinga2::feature::idomysql':
user => 'icinga2',
password => 'icinga2',
database => 'icinga2',
import_schema => true,
}

manage_repo => true,
}
}

node /freebsd/ {
class { 'icinga2': }
class { '::icinga2': }
}

0 comments on commit bc0c049

Please sign in to comment.