Skip to content

new path is not recognized in puppet execution, requires machine reboot[windows_path] #42

@vijaytripathi

Description

@vijaytripathi

I have observed windows_path getting added to path variable but executable specified in this path cant be used until I reboot (or may be some other service restart required).

e.g.
windows_path { $python_installdir:
ensure => present,
require => Package[$python_package],
}
After this python path is correctly added to path variable, but in puppet run error is thrown for missing 'python.exe'.
Although this issue is not related to openstack-hyper-v module, it affects all our modules consuming windows_path

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions