Skip to content

I was having the same issue. I changed lines 319-322 in vmwaretools\m…#51

Closed
esarakaitis wants to merge 6 commits intovoxpupuli:masterfrom
esarakaitis:master
Closed

I was having the same issue. I changed lines 319-322 in vmwaretools\m…#51
esarakaitis wants to merge 6 commits intovoxpupuli:masterfrom
esarakaitis:master

Conversation

@esarakaitis
Copy link
Copy Markdown

@esarakaitis esarakaitis commented Jul 8, 2016

Services we're not starting on RHEL 6.8

Update …anifests\init.pp from:

        start      => "/sbin/start ${service_name_real}",
        stop       => "/sbin/stop ${service_name_real}",
        status     => "/sbin/status ${service_name_real} | grep -q 'start/'",
        restart    => "/sbin/restart ${service_name_real}",

to:

        start      => "service ${service_name_real} start",
        stop       => "service ${service_name_real} stop",
        status     => "service ${service_name_real} status",
        restart    => "service ${service_name_real} restart",

It now works properly.

Eric Sarakaitis and others added 6 commits July 8, 2016 10:20
…anifests\init.pp from:

            start      => "/sbin/start ${service_name_real}",
            stop       => "/sbin/stop ${service_name_real}",
            status     => "/sbin/status ${service_name_real} | grep -q 'start/'",
            restart    => "/sbin/restart ${service_name_real}",
to:

            start      => "service ${service_name_real} start",
            stop       => "service ${service_name_real} stop",
            status     => "service ${service_name_real} status",
            restart    => "service ${service_name_real} restart",
It now works properly.
Updated spacing
@divad
Copy link
Copy Markdown

divad commented Jul 19, 2016

This is not the correct fix, it looks like the fix because the module is currently installing old and out of date VMware Tools. :(

@razorsedge
Copy link
Copy Markdown
Contributor

@esarakaitis Thank you for your submission. As per the CONTRIBUTING.md file, could you please resubmit from the develop branch?

@razorsedge razorsedge self-assigned this Jun 22, 2017
@razorsedge razorsedge added bug Something isn't working waiting on submiter labels Jun 22, 2017
@razorsedge razorsedge removed their assignment Apr 10, 2019
@vox-pupuli-tasks
Copy link
Copy Markdown

Dear @esarakaitis, thanks for the PR!

This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs?
If you need any help, you can reach out to us on our IRC channel voxpupuli on Freenode or our Slack channel voxpupuli at slack.puppet.com.
You can find my sourcecode at voxpupuli/vox-pupuli-tasks

@TheMeier
Copy link
Copy Markdown

Thank you for your contribution to the Voxpupuli community! This PR has been inactive for an extended period.

If you'd like to continue working on this change, please feel free to reopen this PR or create a new one. We're always happy to review contributions and help get them merged when they're ready.

Thanks again for your interest in contributing to Voxpupuli!

@TheMeier TheMeier closed this Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants