Displaying 2 results from an estimated 2 matches for "patxi".
Did you mean:
pati
2012 Nov 13
3
Overwriting a file provisioned by another module
...plain
what I want to accomplish and how I would like to do it.
I''m installing ssh by using the saz::ssh <https://github.com/saz/puppet-ssh>module. This module provision the sshd_config file with the ssh
configuration.
I need to tune the sshd_config file, so I have a module, say patxi::scstack
that includes ssh and tries to overwrite the sshd_config by defining this
file again:
class scstack_ssh {
include ssh
file { "/etc/ssh/sshd_config":
content => template("scstack/sshd_config"),
}
}
This approach fails as expected:
Duplicate declaration...
2010 Jun 10
0
migrate generate an error with character utf8
hi,
i have this message
NoMethodError: undefined method `ord'' for 0:Fixnum: SET NAMES ''utf8''
when i use the command rake db:migrate
Have you an idea ?
here my files :
http://patxi.mayol.free.fr/public/database.yml
http://patxi.mayol.free.fr/public/001_create_livres.rb
http://patxi.mayol.free.fr/public/config_mysql.txt
thanks
My config :
Windows XP PRO SP3
wamp 2.0 with mysql 5.0.51b
apatana 2.0
rails 2.3.2
ruby server 1.8.6
rubygems 1.3.5
--
Posted via http://www.ruby-for...