I''ve been playing with Brett''s file snippet implementation from September 12th today and found a bug. With the following dirsnippet definition define dirsnippet { file { $name : ensure => directory } } if you change the order value of one of your file snippets, Puppet will not remove the snippet with the old order value on it from the snippet directory. Changing the definition to define dirsnippet { file { $name : ensure => directory, purge => true, recurse => true } } fixed things. --[Lance] -- GPG Fingerprint: 409B A409 A38D 92BF 15D9 6EEE 9A82 F2AC 69AC 07B9 CACert.org Assurer