Displaying 7 results from an estimated 7 matches for "loadal".
Did you mean:
loadval
2007 Dec 10
4
Results from testing our manifests, functions and types against HEAD
...ds
Do you want me to log tickets, etc?
Cheers,
Derek
[1] - Error message is:
/usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:114:in `require'': no
such file to load -- puppet/provider/sy
sctl/parsed (LoadError)
from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:114:in
`loadall''
from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:109:in
`each''
from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:109:in
`loadall''
from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:132:in
`eachdir''
from /usr/...
2007 Mar 19
11
Parsechecking in a commit hook
This has been a much-requested feature, and is now a reality (in svn
trunk):
There is a new option, --ignoreimport, that will (surprisingly)
ignore import statements. This is really only useful when using --
parseonly in a commit hook, and note that you''ll have to add the
option to --parseonly, none of the puppet executables will add it for
you. You should be able to
2012 Aug 15
1
Calling custom Puppet function from within a provider
Hello,
I have a custom Puppet function. Am I able to call that function from
within my custom provider (written in Ruby)?
Best,
Mitchell
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
2006 Jan 04
0
wine and need for speed 5
Dear list,
A rather longstanding (from since 2004, i think, upto wine 0.9.4)
problem with Need for Speed 5 Porsche Unleashed is as follows
(with WINEDBG="loadall"):
deepfire@betelheise:/mnt/etherstorm/games/win32/need_for_speed_5$ wine
Porsche.exe
trace:loaddll:load_builtin_dll Loaded module L"kernel32.dll" : builtin
trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system\
\advapi32.dll" : builtin
trace:loaddll:load_bui...
2007 Nov 28
9
Please start testing for release
Hi all,
We''re getting close to release[1], so I''d appreciate it if people
would start testing the current ''master'' branch with their
repositories. I made quite a few internal changes, most of which
shouldn''t even be noticed unless there are bugs, so just running a
server and/or client under the current code would be a big help.
I''m
2013 Oct 13
24
exporting custom facts to puppet agents
Dear all,
I have a custom fact, that reads a file and then generate the values
dynamically based on the file content. It''s something like this:
inFile = "/home/admin/OSs.txt"
> gos = {}
>
> if File.exist?(inFile)
> open(inFile, ''r'').each do |line|
> next if line =~ /^\s*(#|$)/
> parts =
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi,
This series targets automatic boot menu generation, but most of it
is the Lua upgrade, because I got tired reading deprecated API docs.
It's mostly a straightforward forward port of the earlier Syslinux
specific changes to Lua 5.1, except that:
* I chose the add a stub getenv() implementation to the COM32 API
instead of #ifdefing out all the references in Lua, and
* I kept oslib