geppetto icon indicating copy to clipboard operation
geppetto copied to clipboard

Geppetto is an integrated toolset for developing Puppet modules and manifests.

Results 14 geppetto issues
Sort by recently updated
recently updated
newest added

If you have a class class test( $user = $title, Optional[Array] $groups ) { } The autoformattiong makes a space between Optional and [Array]. Ex: "Optional [Array]" It should be...

Migrating over from https://github.com/eclipse/xtext-xtend/issues/239. When I attempt to open a json file I get a dialog that says: > Unsupported Content Type > To associate file extension with a supported...

If a variable is declared inside an each loop , it is marked as "Unqualified and Unknown variable". Ex: $client_list.each {|$cl| $db_name = "DBName" if ($server_id == 1) and !defined(Mysql_database[$db_name])...

The following simple define gives an error in Geppetto. Even though it works in Puppet. ``` define test( $user = $title, $group = $user ) { exec { "$user": command...

I believe this has to do with auto formatting. If I can create a specific repo case then I will add a comment with instructions. OSX 10.8.5 Geppetto Version: 4.0.0...

Whenever I start up Eclipse I get a deadlock, with the workspace being locked forever ( see Git jobs waiting ) and the build of .com_puppetlabs_geppeto_pptp_target never completing. ![progress-view-stuck-in-collecting-resources](https://f.cloud.github.com/assets/21237/1548840/f96b0100-4dd5-11e3-95fb-fa9be23d87a7.png) The...

1. Navigate to Puppet → Search Path. 2. Click New... 3. Press ESC The result is that a new Search Path is added, with the value '/*' . Cancel works...

When opening the New Project wizard dialog, puppet-related projects appear both at the top level and nested in the Puppet category. They should only end up in the Puppet category....

Package names which aren't correctly spelt should not be marked and needing corrections, since they do not follow any spelling rules. ![gepetto-manifest](https://f.cloud.github.com/assets/21237/1501452/d4722d6e-488b-11e3-99cd-905916efba86.png)