File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# lint:ignore:140chars
2
- # @param instace_name
2
+ # @param instance_name
3
3
# @param initdb_settings
4
4
# @param config_settings
5
5
# @param service_settings
10
10
11
11
# lint:endignore:140chars
12
12
define postgresql::server_instance (
13
- String $instace_name = $name,
13
+ String $instance_name = $name,
14
14
Hash $initdb_settings = {},
15
15
Hash $config_settings = {},
16
16
Hash $service_settings = {},
19
19
Hash $config_entries = {},
20
20
Hash $pg_hba_rules = {},
21
21
) {
22
- postgresql::server::instance::initdb { $instace_name :
22
+ postgresql::server::instance::initdb { $instance_name :
23
23
* => $initdb_settings ,
24
24
}
25
- postgresql::server::instance::config { $instace_name :
25
+ postgresql::server::instance::config { $instance_name :
26
26
* => $config_settings ,
27
27
}
28
- postgresql::server::instance::service { $instace_name :
28
+ postgresql::server::instance::service { $instance_name :
29
29
* => $service_settings ,
30
30
}
31
- postgresql::server::instance::passwd { $instace_name :
31
+ postgresql::server::instance::passwd { $instance_name :
32
32
* => $passwd_settings ,
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments