Hi Jon, 
I personally don't use (and don't see much value added, but I'm open to 
alternative opinions) the "new"
Exec["Assemble_Sudo_Fragments"] ~> Exec["Validate_Check_File"] -> 
File["Make_Sudo_File_Live"] 
syntax to manage dependencies, so I can't say why it didn't work as 
expected.

I would rather try adding the require argument here:

    file {"Make_Sudo_File_Live": 
        path    => "/etc/sudoers", 
        source  => "${s_sudo::params::sudo_check_file}", 
        mode    => 440, 
        owner   => root, 
        group   => root, 
*        require => Exec["Validate_Check_File"],*
    } 

Alessandro

-- 
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/-/t6NW9hOQAhkJ.
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