fixing syntax error
This commit is contained in:
parent
884777290a
commit
73f43293f7
1 changed files with 2 additions and 1 deletions
|
@ -23,12 +23,13 @@ class nginx::package {
|
|||
require => Anchor['nginx::package::begin'],
|
||||
before => Anchor['nginx::package::end'],
|
||||
}
|
||||
}
|
||||
amazon: {
|
||||
class { 'nginx::package::amazon':
|
||||
require => Anchor['nginx::package::begin'],
|
||||
before => Anchor['nginx::package::end'],
|
||||
}
|
||||
} }
|
||||
}
|
||||
debian,ubuntu: {
|
||||
class { 'nginx::package::debian':
|
||||
require => Anchor['nginx::package::begin'],
|
||||
|
|
Loading…
Reference in a new issue