Description:
Discussion, support and development ideas for babushka. All welcome!
|
|
|
Fresh Debian install / setup users per Babushka
|
| |
Hi People,
What is the correct way to setup some users with Babushka on a shiny
new Debian box ?
Let's say I want have a user "foobar", with rvm installed.
I have only the root user on my host, and Babushka is installed.
Should I first create the foobar user manualy and run with him via... more »
|
|
The dep name '☕' contains nonprintable characters.
|
| |
Hey babushkeeps, I'm trying to set up babushka on a new Ubuntu 10.04 slice, and am getting the following: (when I `babushka benhoskings:'webserver configured'`) Updating /home/ian/.babushka/sources/be nhoskings from [link]... at b1e8616, done. /usr/local/babushka/lib/babush ka/dep.rb:52:in `initialize': The dep... more »
|
|
Dep naming
|
| |
Hi guys,
This file from Ben's repo: [link]
Has this dep:
dep 'libxml.managed' do
installs { via :apt, 'libxml2-dev' }
provides []
end
Why isn't this just:
dep 'libxml2-dev.managed'
Or, to ask a different way, why can I run:... more »
|
|
Provisioning Vagrant with Babushka
|
| |
Hey guys,
Anyone tried setting up a Babushka provisioner for Vagrant?
I have a working shell version, but elegant it isn't.
---- [link]
...
...file:
...
...sudo aptitude install expect -y
...wget -O up babushka.me/up
chmod a+x up
...BABUSHKA_PATH="/usr/local/b abushka"... more »
|
|
reediting erbs
|
| |
What would be best way for dep to rewrite file if erb changed?
For example
met? { babushka_config? config_filename }
meet { render_erb "rabbit_config.erb", :to => config_filename, :sudo
=> true }
this doesn't work since it doesn't detect if erb changed, so it
doesn't render again.... more »
|
|
scripting interactivity
|
| |
As a babushka new user, who is absolutely fascinated with it, I could really use some pointers on scripting a new ubuntu install with interactivity. Issue 1) how to reconfigure debconf to be interactive? I normally do dpkg-reconfigure debconf and then type in 2 for deadline, and then 2 for high... more »
|
|
BAD MOMENT........Chris Berkhout
|
| |
Hello, Just writing to let you know our trip to West Midlands,UK has been a mess. We were having a great time until last night when we got mugged and lost all our cash,credit card cell phone.It has been a scary experience, I was hit at the back of my neck with a pistol. Anyway,I'm still alive and that's what's important. I'm financially strapped... more »
|
|
Install issues
|
| |
Hey guys,
I've got Babushka running nicely on 4 of my hosts, but Babushka
won't install on the final host.
[link]
[link]
Babushka constantly asks for my password for sudo access to create /
usr/local/babushka, but never actually creates /usr/local/babushka... more »
|
|
"Stdin: is not a tty" error message
|
| |
Hello Babushka people,
I'm building my first babushka dep, the goal is to have several
hosts added to an iptables rule. The number of hosts and their IP
addresses are grabbed from a Linode API call, so I wanted to loop
through them and check they're in the appropriate chain and if not,
drop the whole chain and add all the hosts.... more »
|
|
Docs!
|
| |
Holy crap it's taken me a while: I'm working on docs and pushing them online here: [link] They're in the babushka.me repo, in the content/ dir, as markdown: [link] Tapping away at them for a bit this evening. —Ben
|
|
|