Displaying 1 result from an estimated 1 matches for "solaris_profil".
Did you mean:
solaris_profile
2011 Jul 21
0
Templates and self-knowledge
...d
to use this file isn''t really re-usable elsewhere:
define profile_file($zfs_root = "undef") {
>
> file{"/jumpstart/Profiles/$name":
>
> require => File["/jumpstart/Profiles"],
>
> content => template("jumpstart/solaris_profile.erb"),
>
> mode => 0644
>
> }
>
> }
>
>
>
What I would much rather be able to do is introspection. This ERB is being
evaluated in the context of a source file (.pp), modules, class, and file
resource. If I could even look at the file resource, I'...