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 KDE Neon support #742

Merged
merged 1 commit into from
May 24, 2023
Merged

add KDE Neon support #742

merged 1 commit into from
May 24, 2023

Conversation

chuckyz
Copy link
Contributor

@chuckyz chuckyz commented May 22, 2023

Trying out Itamae for local laptop management and found that Neon support was missing in specinfra. This adds it in. :)

Test itamae recipe:

http_request 'testing' do
  url "https://raw.githubusercontent.com/mizzy/specinfra/master/examples/multiple_backends.rb"
  action :get
  mode '0644'
end

Results:

itamae local test.rb
 INFO : Starting Itamae... 
 INFO : Recipe: /home/[snipped]/test.rb
 INFO :   http_request[testing] modified will change from 'false' to 'true'
 INFO :   http_request[testing] mode will be '0644'
 INFO :   diff:
 INFO :   --- testing (BEFORE)
 INFO :   +++ testing (AFTER)
 INFO :   @@ -0,0 +1,46 @@
 INFO :   +require 'specinfra'
 INFO :   +require 'pp'

@chuckyz
Copy link
Contributor Author

chuckyz commented May 22, 2023

Tests seem to have failed with github timeouts, maybe another outage. :(

@mizzy
Copy link
Owner

mizzy commented May 24, 2023

Thanks!

@mizzy mizzy merged commit bbfd3fd into mizzy:master May 24, 2023
@mizzy
Copy link
Owner

mizzy commented May 24, 2023

Released as v2.85.1.

shogo82148 added a commit to shogo82148/mitamae that referenced this pull request Oct 27, 2023
- Support Amazon Linux 2022 mizzy/specinfra#738
- Replace obsolete File.exists? with File.exist? mizzy/specinfra#739
- Add Guix support mizzy/specinfra#740
- add KDE Neon support mizzy/specinfra#742
- Add VyOS Support mizzy/specinfra#743
- Add support for Amazon Linux 2023 mizzy/specinfra#744

mizzy/specinfra@v2.83.4...v2.87.0
itamae-kitchen/mruby-specinfra@2a66b88...aa98e3e
k0kubun pushed a commit to itamae-kitchen/mitamae that referenced this pull request Oct 30, 2023
- Support Amazon Linux 2022 mizzy/specinfra#738
- Replace obsolete File.exists? with File.exist? mizzy/specinfra#739
- Add Guix support mizzy/specinfra#740
- add KDE Neon support mizzy/specinfra#742
- Add VyOS Support mizzy/specinfra#743
- Add support for Amazon Linux 2023 mizzy/specinfra#744

mizzy/specinfra@v2.83.4...v2.87.0
itamae-kitchen/mruby-specinfra@2a66b88...aa98e3e
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