Skip to content
Snippets Groups Projects
Commit 655aec00 authored by schiermi's avatar schiermi
Browse files

Experiments part 6

parent dc0a7804
No related branches found
No related tags found
No related merge requests found
class system {
exec { 'add-architecture-i386':
command => '/usr/bin/dpkg --add-architecture i386'
unless => '/bin/fgrep -q i386 /var/lib/dpkg/arch'
command => '/usr/bin/dpkg --add-architecture i386',
unless => '/bin/fgrep -q i386 /var/lib/dpkg/arch',
notify => Exec['aptget-update'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment