Issue #13009 has been updated by Jeff McCune.

Nigel Kersten wrote:
> Whats' the status of this? I can't close off the parent roadmap item until 
> these blocking tickets are closed.

It's not fixed yet, but I changed the link from "blocks" to related to so you 
should be able to close #11205 if you'd like.
----------------------------------------
Bug #13009: scheduled_task provider considers unix style paths to be out of sync
https://projects.puppetlabs.com/issues/13009#change-59848

Author: Jeff McCune
Status: Accepted
Priority: Normal
Assignee: 
Category: provider
Target version: 2.7.x
Affected Puppet version: 
Keywords: scheduled_task ftw windows
Branch: 


# Overview #

In my manifests I need to make sure I've specified a windows style path for the 
command parameter.  If I use unix style slashes, the provider considers the 
resource to be out of sync.

# Work Around #

Force everything to windows style paths.

    $task_command = "${node_vardir}/pe_compliance/puppet_inspect_wrapper.cmd"
    $task_command_path = inline_template('<%= task_command.gsub(/\//, "\\") %>')


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to