On 07/17/2011 03:05 PM, S Ahmed wrote:

The last bit of what you said I don't understand:

"But, the biggest improvement would be to make your own package and install that
instead of fiddling around with this low level stuff in the manifests."


My apologies.  I should remember to use standard English.

The biggest improvement to the code I just demonstrated is: Do something else.

I showed that code so I could answer your question directly, and because
I think it demonstrates some useful techniques.
However, there is a better way to solve the problem.
If you make a debian package, then you only need to install the package.

        class my_ruby {
                package { "my_ruby":
                        ensure => installed,
                }
        }

All the dependencies and environment setup would be done
by the package's install scripts.  Also, you would not leave
the download directory and all the other useless files on the server.
If you wanted to remove or upgrade the package all the details
would be handled by the package system.

It takes time to learn to make packages, so you can use the code
I showed you as a temporary solution.  But, for the future, you
should learn to make packages.

--
vagn


--
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