-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This
> file { "a":
> path => " aaa ",
> before => Exec[ "b" ],
> }
>
> exec { "b":
> command => "bbb",
> before => File[ "c" ],
> }
>
> file { "c":
> path => " ccc ",
> before => Exec[ "d" ],
> }
Can also be:
file { "a":
path => " aaa ",
}
exec { "b":
command => "bbb",
}
file { "c":
path => " ccc ",
}
File['a'] -> Exec['b'] -> File['c']
~pete
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk4Sp60ACgkQbwltcAfKi39UGwCeLzGDvKifM4wojlomy7O0idmo
i5IAni52e3YvE8pWdRf8Ide8vLcZPkl0
=NSLF
-----END PGP SIGNATURE-----
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en.