Skip to content

Commit

Permalink
Fix documentation name, opt param
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Mar 7, 2023
1 parent 6224ff9 commit c124c87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -21,7 +21,7 @@
# Path where the protobuf streams, checkpoints and statistics are stored.
# @param run_dir
# Base path containing the running configis and dynamically loaded lua, by default `conf_dir/run`
# @param analysissis_lua_path
# @param analysis_lua_path
# Path used by the analysis plugins to look for Lua modules
# @param analysis_lua_cpath
# Path used by the analysis plugins to look for Lua C modules
Expand Down
2 changes: 1 addition & 1 deletion manifests/plugin.pp
Expand Up @@ -27,7 +27,7 @@
String $target,
Enum['present','absent'] $ensure = 'present',
Integer[1] $order = 1,
Optional[Hash] $config = {},
Hash $config = {},
Boolean $manage_service = $hindsight::manage_service,
String $service_name = $hindsight::service_name,
Stdlib::Absolutepath $run_dir = $hindsight::run_dir,
Expand Down
1 change: 0 additions & 1 deletion spec/classes/hindsight_spec.rb
Expand Up @@ -119,7 +119,6 @@
it { is_expected.to contain_service('hindsight').with_ensure('stopped') }
end


context 'unsupported operating system' do
describe 'hindsight class without any parameters on Solaris/Nexenta' do
let(:facts) do
Expand Down

0 comments on commit c124c87

Please sign in to comment.