diff --git a/.gitignore b/.gitignore index e72a2d1..f355c6b 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .svn .metadata /.project +/build.xml diff --git a/manifests/init.pp b/manifests/init.pp index 166f755..767b96e 100755 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -135,7 +135,7 @@ } } - if pluginius != undef { + if $pluginius != undef { ::eclipse::plugin{"eclipseinstallplugins": timeout=>$timeout, pluginrepositories=>$pluginrepositories,