This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select :id => 'adminaddr', :name => 'adminaddr', :size => 5, :style => 'width: 100%;' do | |
@config.adminaddr.each{ |admin| | |
option admin, :value => admin | |
} | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat foo.pp | |
class a::b { | |
include ::b | |
} | |
class ab::b { | |
include b | |
} | |
class b { | |
notice("works") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec{"create_gitosis_git": | |
command => "env -i gitosis-init < initial_admin_pubkey.puppet", | |
cwd => "/home/git", | |
unless => "test -d /home/git/repositories", | |
user => git, | |
path => "/bin:/sbin:/usr/sbin:/usr/bin", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# su - git -c 'gitosis-init < initial_admin_pubkey.puppet' | |
Initialized empty Git repository in ./ | |
Reinitialized existing Git repository in ./ | |
# echo $? | |
0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# puppet --debug --trace foo.pp | |
info: Loading fact interfaces | |
info: Loading fact xen | |
info: Loading fact acpi_available | |
info: Loading fact selinux | |
info: Loading fact urm | |
info: Loading fact edac_module | |
info: Loading fact virtual | |
info: Loading fact pbp | |
info: Loading fact sshkeys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ pid=3189 file=ext/apache2/Hooks.cpp:547 time=2009-06-04 21:39:01.706 ]: | |
Backend process 11523 did not return a valid HTTP response. It returned no data. | |
*** Exception NoMethodError in PhusionPassenger::Rack::ApplicationSpawner (undefined method `eof?' for #<Rack::RewindableInput:0x2aaaac364c88>) (process 11523): | |
from (eval):17:in `initialize' | |
from (eval):44:in `new' | |
from (eval):44:in `run' | |
from /usr/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/adapter/camping.rb:11:in `call' | |
from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/rack/request_handler.rb:81:in `process_request' | |
from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_request_handler.rb:203:in `main_loop' | |
from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/rack/application_spawner.rb:110:in `run' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: facter | |
Pin: release a=unstable | |
Pin-Priority: 1002 | |
Package: puppet | |
Pin: release a=unstable | |
Pin-Priority: 1002 | |
Package: * | |
Pin: release a=stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schleuder::list{ | |
'schleudertest': | |
email => '[email protected]', | |
adminaddress => '[email protected]', | |
initmemberkey => 'ng_immerda.ch'; | |
} |
NewerOlder