fixed typo
This commit is contained in:
@@ -26,6 +26,6 @@ class cd_nrpe::main::config (
|
||||
|
||||
) inherits cd_nrpe::params {
|
||||
|
||||
include cd_nrpe::user
|
||||
include cd_nrpe::main::user
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## cd_nrpe::user.pp
|
||||
## cd_nrpe::main::user.pp
|
||||
# Module name: cd_nrpe
|
||||
# Author: Arne Teuke (arne_teuke@ConfDroid.com)
|
||||
# # License:
|
||||
@@ -21,7 +21,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# @summary Class manages service users for cd_nrpe.
|
||||
#############################################################################
|
||||
class cd_nrpe::user (
|
||||
class cd_nrpe::mainn::user (
|
||||
|
||||
) inherits cd_nrpe::params {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user