You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
I have some old packages which was not in standard RPM/DEB packages. We have our own deployment process likes this: All the packages are in a directory, which likes the following: /opt/package/pkg-aa/ /readme.txt /install.sh /...... /.....
I want the puppet helps like this: 1). Put pkg-aa on puppet master; 2). puppet agent download the package from master, and run "install.sh".
And I expect to have "file" and "service" types to handle configuration file and restart service.
Is there a way to accomplish 1) and 2) efficiently?
Regards, Autumn Wang
Dick Davies
unread,
Apr 30, 2012, 6:41:35 AM4/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Life is far, far saner if you can make a package. Things like FPM
make this sort of thing so easy (e.g. turn a tarball into an RPM)
you need a very good reason not to.