Skip to content

Commit

Permalink
Merge pull request #32 from xneelo/able_to_set_config_mode
Browse files Browse the repository at this point in the history
Allow for the file mode to be passed in for the config file
  • Loading branch information
fraenki authored Aug 26, 2019
2 parents 58a3494 + c91b72f commit 3fd4437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
String $service_ensure = $proftpd::params::service_ensure,
# os-specific parameters
Optional[Stdlib::Absolutepath] $prefix = $proftpd::params::prefix,
Stdlib::Filemode $config_mode = $proftpd::params::config_mode,
Stdlib::Absolutepath $prefix_bin = $proftpd::params::prefix_bin,
Stdlib::Absolutepath $config = $proftpd::params::config,
Stdlib::Absolutepath $base_dir = $proftpd::params::base_dir,
Expand Down

0 comments on commit 3fd4437

Please sign in to comment.