Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Fix syntax error and fix styleguide compliance #5

Closed
wants to merge 1 commit into from

Conversation

kallies
Copy link

@kallies kallies commented Nov 22, 2016

I've fixed some styleguide compliance issues reported by puppet-lint. The Require syntax issue is fixed, too.

@ngiger
Copy link
Owner

ngiger commented Nov 22, 2016

Personally I no longer use puppet and switched to use salt. But if you want to improve puppet-x2go I am willing to put a notice on github or puppet hub to direct newcomers to your site. I think there is no other way to pass a puppet module to another leader.

@kallies
Copy link
Author

kallies commented Nov 24, 2016

A notice on Puppetforge would be helpful. You could also delete the module in the forge and just keep the repo in GitHub so user would only find the active x2go module(s).

The fork is now active as fischassetmanagement/x2go.

Fix wrong PGP key and change apt repo syntax. Change metadata.
Add stdlib as requirement and increase version to 0.3.1, require puppetlabs-apt >= 2.0.0
Update version to 0.3.3.
puppetlabs/apt: By default, Puppet runs apt-get update on the first Puppet run after you include the apt class, and anytime notify => Exec['apt_update']
Copy link
Author

@kallies kallies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing $

@@ -4,12 +4,13 @@
# under the terms of the GNU General Public License version 3 as published by
# the Free Software Foundation.class
class x2go::client (
$ensure = false,
$ensure = 'present',
$install_client = ::x2go::install_client,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing $

@@ -4,28 +4,12 @@
# under the terms of the GNU General Public License version 3 as published by
# the Free Software Foundation
class x2go::server (
$ensure = false,
$ensure = 'present',
$install_server = ::x2go::install_server,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing $

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants