Thanks for your efforts. I An afraid this project is all but abandoned. Too bad because I like it so much.
The good news is that it works well and its open source.
On 1 Jun 2010 22:10, "archme" <archm...@gmail.com> wrote:
Hello again,
No answers to my initial post.
Anyway, i figured out that i dont have to "patch" automateit "core".
http://automateit.org/documentation/classes/AutomateIt/Plugin/Driver
So i removed the patch for archlinux from:
http://github.com/archme/mypkgbuilds/tree/master/ruby-automateit
And added archlinux support to my automateit project(s):
http://github.com/archme/myautomateit-recipes.git
(see lib/ directory)
note that "archlinux_sysv.rb" is still in development.
Just wanted to point there, as someone might find this helpful.
On 28 Mai, 10:22, archme <archme.m...@gmail.com> wrote:
> Hello group,
>
> I am working on adding ...
It looks pretty nice at first glance.
Does sprinkle work on different flavors of linux or do you have to set
up a different recipe for each linux flavor?
Is it a complete replacement for automateit.
>
> [1] http://github.com/puppetlabs/puppet-module-tool/commits/stable
>
> --
> You received this message because you are subscribed to the Google Groups "AutomateIt" group.
> To post to this group, send email to autom...@googlegroups.com.
> To unsubscribe from this group, send email to automateit+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/automateit?hl=en.
>
>
Sorry for not responding earlier. I've also noticed a number of threads
in this list that I don't remember seeing, which make me think something
is, or was, going on with my mail setup. Ugh.
I'm really swamped right now, so I'll try to catch up on this and other
threads this weekend or next.
If someone would like to help... It would be great if you could add your
opinions to discussion threads, and review and comment on code posted
and offer suggestions.
> And he's
> not exactly working on Puppet itself, but rather the Puppet Forge
> website and tool to share, find, and install recipes. Whatever pays
> the bills?
I care more about people having good open source options to help them,
and less about which tool "wins". :)
I'm consulting for Puppet Labs because they're good folks, pay the
bills, and the Puppet Forge project that I'm working on helps sysadmins
adopt automation and share their solutions -- which is something that
aligns well with my personal values.
However, I haven't had a revelation that AutomateIt's approach is wrong,
any more than I've ever felt that Puppet's was wrong. My #1 complaint
about Puppet was its terrible software quality, but their new
development team has been busy fixing this year, so I really feel it's
now down to which tool better fits your needs and mental model.
Anyway, I still care about and use AutomateIt. I'd like to add some more
drivers (e.g. this Archlinux package manager), fix some compatibility
issues (e.g. Ruby 1.9), and resolve any bugs. AutomateIt as it is now as
a complete, working vision of what I set out to do, so I'd like to get
these outstanding issues resolved and call it a 1.0.
-igal
One thing you may want to consider when you have time would be to
integrate some of the patched and additional helper classes people
published on github.
It seems to me that maybe if there was a separate submodule for the
helper classes and the library people could contribute that without
having to mess with automateit core.
I know that I wrote my own postgres helper class and a couple of
little snippets that other people might find useful.
Come to think of it the helpers could even be put up in plain text on
a wiki someplace (or even gist if it could be organized better).
I do the same thing as a sanity check for the apps. I add a rake task
so you can run "rake automate" and it will make sure all the cron jobs
are set up, all the directories are in the right place, all the gems
are installed etc.
In fact automateit is such a superior solution to bundler that I am
surprised rails team didn't adopt it. Bundler installs gems but if you
need headers or "dev" packages it falls flat on it's face.