Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows File paths must be fully qualified #115

Closed
roberteckdale opened this issue May 31, 2017 · 1 comment
Closed

Windows File paths must be fully qualified #115

roberteckdale opened this issue May 31, 2017 · 1 comment
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@roberteckdale
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet:
  • Ruby:
  • Distribution:
  • Module version:

How to reproduce (e.g Puppet code you use)

class { '::splunk::params':
        version           => '6.6.1',
        build             => 'aeae3fe0c5af',
        server            => 'splunk.acme.local',
      }
include ::splunk

What are you seeing

Puppet run throws the following error:
Failed to apply catalog: Parameter path failed on File[/opt/splunk/etc/system/local/authentication.conf]: File paths must be fully qualified, not '/opt/splunk/etc/system/local/authentication.conf' at /etc/puppetlabs/code/environments/production/modules/splunk/manifests/init.pp:221

Looks like the module maybe isn't intended to install Splunk (versus Forwarder) in Windows?

What behaviour did you expect instead

Output log

Any additional information you'd like to impart

@TraGicCode
Copy link
Contributor

TraGicCode commented Sep 29, 2017

Yes, This module currently does not install the Splunk Server on a windows box. Only the forwarder allows this. I will create an issue for a new feature.

@TraGicCode TraGicCode self-assigned this Sep 29, 2017
@TraGicCode TraGicCode added the bug Something isn't working label Sep 29, 2017
@TraGicCode TraGicCode reopened this Sep 29, 2017
@TraGicCode TraGicCode added the duplicate This issue or pull request already exists label Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants