Hi,
When a want to  use scheduled_task for create a windows task and when i 
give a AD user, i have this message :
err: /Stage[main]/Mirnas/Scheduled_task[test]/ensure: change from absent 
to present failed: Invalid user: DOMAIN\oper

My user domain and the password are correct.
I have the same error if i change DOMAIN\oper by o...@domain.com 
or DOMAIN/oper
With a local user,  is working, but i need a AD user for my batch to work.
Is it a bug , a limitation or i miss something ?
Thank for any help

   scheduled_task { 'test':
       ensure    => present,
       enabled   => true,
       command   => 'C:\test\test.bat',
         working_dir            => 'C:\test',
         user                           => 'DOMAIN\oper',
         password                       => 'xxxxx',
       trigger => {
         schedule         => daily,
         start_date       => '2012-06-26', # Defaults to 'today'
         start_time       => '09:05',      # Must be specified
       }
    }

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/P1hXwgGE2CoJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to