Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add archlinux support #201

Merged
merged 11 commits into from
Apr 8, 2016
Merged

Conversation

bastelfreak
Copy link
Member

I'm currently setting up a new Arch Linux environment and would like to add support for it to this module. Only tested against Zabbix 3.0

@bastelfreak
Copy link
Member Author

hey @dj-wasabi, would you mind taking a look? I tested the following setup which now works:

  $zabbix_server_ip = hiera('zabbix_server_ip')
  $zabbix_agent_ip = hiera('zabbix_agent_ip', $ipaddr)
  class { '::zabbix::agent':
    manage_repo           => $zabbix_manage_repo,
    server                => $zabbix_server_ip,
    zabbix_package_state  => 'latest',
    zabbix_version        => '2.4',
    manage_resources      => false,
    serveractive          => $zabbix_server_ip,
    hostmetadata          => $::thing_type,
    listenip              => $zabbix_agent_ip,
  }
  # basic check for puppet agent
  zabbix::userparameters{'get_file_time.sh':
    script  => 'puppet:///modules/profiles/zabbix_userparams/get_file_time.sh',
  }

@bastelfreak
Copy link
Member Author

hey, I did a few other adjustments here:

  • bump ruby 2.1.0 to 2.1.9
  • add a test without strict_variables to .travis.yml
  • pin rspec-puppet at 2.3.3 (2.4.0 is broken)

The pinning is needed to make the tests pass. All of theses changes are in seperate commits. If you want I can remove them again.

@ericsysmin
Copy link
Contributor

You are amazing!

@ericsysmin ericsysmin merged commit 3bd3060 into voxpupuli:master Apr 8, 2016
@bastelfreak bastelfreak deleted the add-archlinux branch April 8, 2016 21:40
@alexjfisher alexjfisher changed the title [WIP]Add archlinux Add archlinux support Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants