Skip to content

Commit

Permalink
fix #673 Check docu for deprecated parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 17, 2021
1 parent ff6dfb1 commit a7f1096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ package { 'icinga2':
}
class { '::icinga2':
manage_package => false,
manage_packages => false,
}
```

Note: Be careful with this option: Setting `manage_package` to false means that this module will not install any package at
Note: Be careful with this option: Setting `manage_packages` to false means that this module will not install any package at
all, including IDO packages!


Expand Down

0 comments on commit a7f1096

Please sign in to comment.