0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #77 from vectorsigma/master More... almost 10 years ago
Fixed return value when grain is in unknown state. More... almost 10 years ago
Removed log.warn() on advice from #salt. More... almost 10 years ago
Initial revision of has_battery grain. Requires acpi binary for correct output. More... almost 10 years ago
Merge pull request #76 from techhat/iscsi
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 10 years ago
Cleanup public returns, and linting More... almost 10 years ago
Added a backport of the state.event running that ships with Helium More... almost 10 years ago
Merge pull request #75 from blambert555/master More... almost 10 years ago
Brought module documentation for iscsitarget and iscsistorage up to date. More... almost 10 years ago
Added iSCSI modules More... almost 10 years ago
Moved external_ip grain from Salt-core More... about 10 years ago
Merge pull request #73 from Narcolapser/winstate More... about 10 years ago
added comments and got a few more bugs out. I'm now going to push it to salt main. More... about 10 years ago
Refactored the module so that it uses the class like the state module. Appearently you can use modules from state modules so I'm going to move towards that in the future so that I don't have to maintain the class in two different locations. But for now. I got the module work with the class mostly. Before I go crazy I'm making commiting a working version. More... about 10 years ago
Merge pull request #72 from metamx/leastprivs More... about 10 years ago
Merge pull request #71 from metamx/iamroles More... about 10 years ago
only requires DescribeTags permission More... about 10 years ago
enable IAM role use More... about 10 years ago
Merge pull request #70 from Narcolapser/winstate More... about 10 years ago
added one more desired feature to the state module. cleaned the documentation a little to try and make it a little more salty. More... about 10 years ago
Refined windows updates state module and module. More... about 10 years ago
I created a windows update class. The methods were getting a bit complex and there are far to many variables to take care of for me to want to do this with methods. so I decided to make a class to take care of all the variables needed for this theoretically simple task. (you know. like apt-get update; apt-get upgrade.) More... about 10 years ago
Merge pull request #69 from Narcolapser/winstate More... about 10 years ago
alpha! It works, but still needs work. But it's friday. I'll continue working on this next week. More... about 10 years ago
Merge pull request #68 from Narcolapser/lifehope More... about 10 years ago
i forgot to save before I commited. fail. More... about 10 years ago
started working on the windows update state. I've got a fair bit of conceptual work to go before I can actually code this though. More... about 10 years ago
A little polish applied. changed the list function to return a summary. really handy when your machine is way behind and returns a list of 108 updates. Also gave a flag to the install function to only install updates that are currently cached on the local machine. More... about 10 years ago
Fixed some minor errors that popped up when I started testing the script in a salt enviorment again. More... about 10 years ago
Refactored the entire script to use win32com instead of my backdoor script method. pywin isn't to bad when you get used to it. *shiver* I got in a bit of a harry potter mood and made a quidditch game of the script. What fun is programming with out a little humor every now and then? More... about 10 years ago