search for: site_classes

Displaying 2 results from an estimated 2 matches for "site_classes".

2013 Feb 14
0
Really need some help:: Weird Issue with external data look up in puppet 2.6.11
...( "site" ) $env = extlookup( "env" ) hiera_include( "global_classes" ) # This is maintained in defaults.yaml hiera_include( "hostgroup_classes" ) # Maintained in hostgroups/<hostgroup>/<hostgroup>.yaml hiera_include( "site_classes" ) # Maintained in hostgroups/<hostgroup>/<site>/<site>.yaml hiera_include( "node_classes" ) # Maintained in hostgroups/<hostgroup>/<site>/<hostname>.yaml } $extlookup_datadir = "/etc/puppet/manifests/extdata" $extlookup...
2008 Jun 12
10
Ajax.Updater not working in IE, tried everything
hi, i am basically using a button, Prototype/AJAX, and PHP to update a user''s location. something simple as typing ''Chicago, IL''. After the script, it rewrites the result in a div tag. here is the form i''m using: <div id="hometown_result">Aurora, IL</div> <form action="" method="post"