search for: module_data

Displaying 5 results from an estimated 5 matches for "module_data".

2012 Sep 30
22
in-module data with hiera
hello, Till now hiera-puppet was the only way I know that allowed hiera data to be loaded from inside a module. The problem with this was that it was still subject to the site specific hierarchy which means a module author had a pretty hard time to store his data in a proper way in his module thus perpetuating the use of the params classes pattern. Now that Puppet 3 is out and it''s gem
2009 Jul 27
1
[PATCH] mboot using module path
...nux-3.82/com32/mboot/mboot.c --- syslinux-3.82-orig/com32/mboot/mboot.c??? 2009-06-09 10:19:25.000000000 -0700 +++ syslinux-3.82/com32/mboot/mboot.c??? 2009-07-27 12:19:27.000000000 -0700 @@ -38,12 +38,18 @@ ?struct syslinux_pm_regs regs; ?struct my_options opt; +char pxelinuxpath[1024]; + ?struct module_data { ?? void *data; ?? size_t len; ?? const char *cmdline; ?}; +static void restorepath(void) { +?? chdir(pxelinuxpath); +} + ?static int map_modules(struct module_data *modules, int nmodules) ?{ ?? struct mod_list *mod_list; @@ -96,6 +102,7 @@ ?? int module_count = 1; ?? int arglen; ?? const char mo...
2003 Jul 18
5
Loadable module
Hi List! I read a post about moving a .mailbixlist to a .subscriptionfile when a user did not have one, but did have a .mailboxlist file. Timo emailed a module for that purpose, so it could be done for this user. My question is: - Where and how does dovecot call this function? - Would it be easy to use a module to a) create a mailpath (can be done as the mailuser's id, I use one uid, and my
2006 Jan 13
26
A couple of issues
I''ve been testing ZFS since it came out on b27 and this week I BFUed to b30. I''ve seen two problems, one I''ll call minor and the other major. The hardware is a Dell PowerEdge 2600 with 2 3.2GHz Xeons, 2GB memory and a perc3 controller. I have created a filesystem for over 1000 users on it and take hourly snapshots, which destroy the one from 24 hours ago, except the
2013 Sep 16
10
Unable to specify hierarchy for data-in-modules
Hello, I''m running Puppet agent stand-alone on Windows. I got data-in-modules working. However, no matter what I put into the module hiera.yaml, I can only override the defaults from common.yaml by osfamily (and not, e.g., by environment). In the setup below the following command outputs: >puppet apply --binder -e "notice lookup (''my_key'')"