Hello, all.

I have a module for apt-cacher and a node definition something like this:

class base {
    file { '/etc/apt/apt.conf.d/01proxy':
        ...
    }
}

node 'apt.example.com'  {
    include base, aptcacher

    Class['aptcacher'] -> File['/etc/apt/apt.conf.d/01proxy']
}


I'm attempting, on the apt server, to ensure that the apt proxy is installed
_before_ the reference to it being a proxy is made, else I can't install the
silly thing. However, this dependency forcing fails and the proxy reference
file is _sometimes_ installed before the proxy itself.

Why?

-- 
Brian L. Troutwine

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
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