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
| # mysql::client would provide access to a database for mysql::record | |
| mysql::client { 'my_database': | |
| host => 'example.com', | |
| database => 'database_name', | |
| username => 'user', | |
| password => 'password' | |
| } | |
| # this would ensure that the query | |
| # SELECT field_1, field2 FROM my_database.my_table WHERE table_id = 'my key' |
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
| $var = [ { name => 'x' } ] | |
| file { '/tmp/test-merge.txt': | |
| content => inline_template('<% scope.lookupvar("::var").each do |h| %>Name: <%= h["name"] %> <% end %>') | |
| } | |
| class hasharraytest { | |
| Class['hasharraytest'] -> File['/tmp/test-merge.txt'] | |
| $::var += [ { name => 'y' } ] | |
| } | |
| include hasharraytest |
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 { "libc6": | |
| ensure => "present", | |
| } -> file { | |
| "/tmp/file1": | |
| content => 'file1'; | |
| "/tmp/file2": | |
| content => 'file2'; | |
| } |
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
| fpm --maintainer 'Christian G. Warden <cwarden@xerus.org>' \ | |
| --description 'Pentaho BI Server Community Edition' \ | |
| --url http://community.pentaho.com/projects/bi_platform/ \ | |
| --depends java6-runtime \ | |
| --name pentaho-bi-server \ | |
| --version 3.10.0 \ | |
| --architecture all \ | |
| --exclude /opt/pentaho/biserver-ce/pentaho-solutions/system/saiku \ | |
| -s dir -t deb \ | |
| /opt/pentaho/biserver-ce |
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
| ... | |
| [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: | |
| [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: | |
| [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: | |
| [ivy:resolve] :: pentaho-reporting-engine#pentaho-reporting-engine-classic-core-platform-plugin;4.1.0-GA: not found | |
| [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: | |
| [ivy:resolve] | |
| [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS | |
| BUILD FAILED |
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
| init: | |
| [mkdir] Created dir: /home/cwarden/git/rollyourowncbf/target-build/bi-platform-ui-foundation/dist | |
| [mkdir] Created dir: /home/cwarden/git/rollyourowncbf/target-build/bi-platform-ui-foundation/lib | |
| [mkdir] Created dir: /home/cwarden/git/rollyourowncbf/target-build/bi-platform-ui-foundation/dev-lib | |
| [mkdir] Created dir: /home/cwarden/git/rollyourowncbf/target-build/bi-platform-ui-foundation/test-lib | |
| compile.pre: | |
| compile.compile: | |
| [javac] /home/cwarden/git/rollyourowncbf/target-build/bi-platform-ui-foundation/build-res/subfloor.xml:1046: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds |
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
| Helio Sequence | |
| Rilo Kiley | |
| Great Depression | |
| Turnerjoy | |
| The Ruse | |
| Elefant |
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
| # In ThinkUp/webapp/config.inc.php, set the site_root_path: | |
| # $THINKUP_CFG['site_root_path'] = '/thinkup/'; | |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteBase / | |
| # ThinkUp | |
| RewriteRule ^thinkup$ /thinkup/ [L,R=301] | |
| RewriteRule ^thinkup/(.*)$ /ThinkUp/webapp/$1 [L] |
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
| --title wmii: window manager improved 2 | |
| --date December 12, 2007 | |
| --author Christian G. Warden <cwarden@xerus.org> | |
| --newpage Features | |
| --heading Features | |
| * Managed and Floating modes | |
| --- | |
| - Max |