Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

M1 fix #23

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove i386
  • Loading branch information
PotatoParser committed Aug 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit fe5f6cdd056ca5f0af2574eea0ce117b237720ac
2 changes: 1 addition & 1 deletion manifests/site.pp
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@
}
->
# Set up some project support stuff
class { ["cs162::bochs", "cs162::golang", "cs162::shell", "cs162::rustlang", "cs162::i386_gcc"]:
class { ["cs162::bochs", "cs162::golang", "cs162::shell", "cs162::rustlang"]:
home_directory => $home,
owner => vagrant,
group => vagrant,